#11B2DE

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

Shades of Iris Blue #11B2DE

Tints of Iris Blue #11B2DE

Color information

#11B2DE (or 0x11B2DE) is unknown color: approx Iris Blue. HEX triplet: 11, B2 and DE. RGB value is (17,178,222). Sum of RGB (Red+Green+Blue) = 17+178+222=417 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.08% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #11B2DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2DE is #EE4D21. Grayscale: #868686. Windows color (decimal): -15617314 or 14594577. OLE color: 14594577.

HSL color Cylindrical-coordinate representation of color #11B2DE: hue angle of 192.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11B2DE is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17178222-
CMYK0.920.2000.13
HSL192.88º85.77%46.86%-
HSV(B)192.88º92.34%87.06%-
XYZ29.3437.2374.75-
YUV134.88177.1643.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.08%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 222 (87.11% from 255) = 53.24%
R=4.08%
G=42.69%
B=53.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171782220.920.2000.13192.8885.7746.86
Hex11B2DE5C140Dc1562f
Octal212623361342401530112657
Binary10001101100101101111010111001010001101110000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11B2DE; }

 p { color: rgb(17,178,222); }

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

<style>
 a { background-color: #11B2DE; }

 a { background-color: rgb(17,178,222); }

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

<style>
 span { border-color: #11B2DE; }

 span { border-color: rgb(17,178,222); }

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