Shades of Iris Blue #11BBCC
Tints of Iris Blue #11BBCC
RGB
CMYK
RGB Variations
Color information
#11BBCC (or 0x11BBCC) is known color: Iris Blue. HEX triplet: 11, BB and CC. RGB value is (17,187,204). Sum of RGB (Red+Green+Blue) = 17+187+204=408 (54% of max value = 765). Red value is 17 (7.03% from 255 or 4.17% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #11BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11BBCC is #EE4433. Grayscale: #898989. Windows color (decimal): -15615028 or 13417233. OLE color: 13417233.
HSL color Cylindrical-coordinate representation of color #11BBCC: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11BBCC is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 187 | 204 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.2 |
| HSL | 185.45º | 0.85% | 0.43% | - |
| HSV(B) | 185.45º | 0.92% | 0.8% | - |
| XYZ | 28.9 | 40.02 | 63.33 | - |
| YUV | 138.11 | 165.18 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 204 | 0.92 | 0.08 | 0 | 0.2 | 185.45 | 0.85 | 0.43 |
| Hex | 11 | BB | CC | 5C | 8 | 0 | 14 | B9 | 55 | 2B |
| Octal | 21 | 273 | 314 | 134 | 10 | 0 | 24 | 271 | 125 | 53 |
| Binary | 10001 | 10111011 | 11001100 | 1011100 | 1000 | 0 | 10100 | 10111001 | 1010101 | 101011 |
Color Harmonies of #11BBCC
Complementary color
Monochromatic Colors of #11BBCC
Black with #11BBCC
Text Example
Text Example
White with #11BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BBCC; }
p { color: rgb(17,187,204); }
H1.HeaderClassName
{
color: #11BBCC;
}
.AnyTagClassName
{
color: #11BBCC;
}
</style>
background-color css
<style>
a { background-color: #11BBCC; }
a { background-color: rgb(17,187,204); }
div.DivClassName
{
background-color: #11BBCC;
}
.BgClassName
{
background-color: #11BBCC;
}
</style>
border-color css
<style>
span { border-color: #11BBCC; }
span { border-color: rgb(17,187,204); }
td.TdClassName
{
border-color: #11BBCC;
}
.TagClassName
{
border-color: #11BBCC;
}
</style>