#11b2dd

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

Shades of Iris Blue #11B2DD

Tints of Iris Blue #11B2DD

Color information

#11B2DD (or 0x11B2DD) is unknown color: approx Iris Blue. HEX triplet: 11, B2 and DD. RGB value is (17,178,221). Sum of RGB (Red+Green+Blue) = 17+178+221=416 (55% of max value = 765). Red value is 17 (7.03% from 255 or 4.09% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #11B2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #11B2DD is #EE4D22. Grayscale: #868686. Windows color (decimal): -15617315 or 14529041. OLE color: 14529041.

HSL color Cylindrical-coordinate representation of color #11B2DD: hue angle of 192.65º 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 #11B2DD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17178221-
CMYK0.920.1900.13
HSL192.65º85.71%46.67%-
HSV(B)192.65º92.31%86.67%-
XYZ29.237.1874.04-
YUV134.76176.6644-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.09%
GREEN value IS 178 (69.92% from 255) = 42.79%
BLUE value IS 221 (86.72% from 255) = 53.12%
R=4.09%
G=42.79%
B=53.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171782210.920.1900.13192.6585.7146.67
Hex11B2DD5C130Dc1562f
Octal212623351342301530112657
Binary10001101100101101110110111001001101101110000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11b2dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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