#10b2e4

Color #10B2E4 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #10B2E4

Tints of Iris Blue #10B2E4

Color information

#10B2E4 (or 0x10B2E4) is unknown color: approx Iris Blue. HEX triplet: 10, B2 and E4. RGB value is (16,178,228). Sum of RGB (Red+Green+Blue) = 16+178+228=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 228 (89.45% from 255 or 54.03% from 422); Max value from RGB is 228 - color contains mainly: blue. Hex color #10B2E4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #10B2E4 is #EF4D1B. Grayscale: #868686. Windows color (decimal): -15682844 or 14987792. OLE color: 14987792.

HSL color Cylindrical-coordinate representation of color #10B2E4: hue angle of 194.15º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B2E4 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16178228-
CMYK0.930.2200.11
HSL194.15º86.89%47.84%-
HSV(B)194.15º92.98%89.41%-
XYZ30.1437.5579.06-
YUV135.26180.3342.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 3.79%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 228 (89.45% from 255) = 54.03%
R=3.79%
G=42.18%
B=54.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161782280.930.2200.11194.1586.8947.84
Hex10B2E45D160Bc25730
Octal202623441352601330212760
Binary10000101100101110010010111011011001011110000101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10b2e4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10b2e4; }

 p { color: rgb(16,178,228); }

 H1.HeaderClassName
 {
   color: #10b2e4;
 }
 .AnyTagClassName
 {
   color: #10b2e4;
 }
</style>
background-color css

<style>
 a { background-color: #10b2e4; }

 a { background-color: rgb(16,178,228); }

 div.DivClassName
 {
   background-color: #10b2e4;
 }
 .BgClassName
 {
   background-color: #10b2e4;
 }
</style>
border-color css

<style>
 span { border-color: #10b2e4; }

 span { border-color: rgb(16,178,228); }

 td.TdClassName
 {
   border-color: #10b2e4;
 }
 .TagClassName
 {
   border-color: #10b2e4;
 }
</style>