#11B9DD

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

Shades of Iris Blue #11B9DD

Tints of Iris Blue #11B9DD

Color information

#11B9DD (or 0x11B9DD) is unknown color: approx Iris Blue. HEX triplet: 11, B9 and DD. RGB value is (17,185,221). Sum of RGB (Red+Green+Blue) = 17+185+221=423 (56% of max value = 765). Red value is 17 (7.03% from 255 or 4.02% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #11B9DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11B9DD is #EE4622. Grayscale: #8A8A8A. Windows color (decimal): -15615523 or 14530833. OLE color: 14530833.

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

Color convert

RGB17185221-
CMYK0.920.1600.13
HSL190.59º85.71%46.67%-
HSV(B)190.59º92.31%86.67%-
XYZ30.6340.0474.52-
YUV138.87174.3441.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.02%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=4.02%
G=43.74%
B=52.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171852210.920.1600.13190.5985.7146.67
Hex11B9DD5C100Dbf562f
Octal212713351342001527712657
Binary10001101110011101110110111001000001101101111111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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