#11bfdd

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

Shades of Iris Blue #11BFDD

Tints of Iris Blue #11BFDD

Color information

#11BFDD (or 0x11BFDD) is unknown color: approx Iris Blue. HEX triplet: 11, BF and DD. RGB value is (17,191,221). Sum of RGB (Red+Green+Blue) = 17+191+221=429 (56% of max value = 765). Red value is 17 (7.03% from 255 or 3.96% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #11BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BFDD is #EE4022. Grayscale: #8E8E8E. Windows color (decimal): -15613987 or 14532369. OLE color: 14532369.

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

Color convert

RGB17191221-
CMYK0.920.1400.13
HSL188.82º85.71%46.67%-
HSV(B)188.82º92.31%86.67%-
XYZ31.9142.674.95-
YUV142.39172.3538.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 3.96%
GREEN value IS 191 (75% from 255) = 44.52%
BLUE value IS 221 (86.72% from 255) = 51.52%
R=3.96%
G=44.52%
B=51.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal171912210.920.1400.13188.8285.7146.67
Hex11BFDD5CE0Dbd562f
Octal212773351341601527512657
Binary1000110111111110111011011100111001101101111011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11bfdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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