Shades of Iris Blue #00BBCC
Tints of Iris Blue #00BBCC
RGB
CMYK
RGB Variations
Color information
#00BBCC (or 0x00BBCC) is known color: Iris Blue. HEX triplet: 00, BB and CC. RGB value is (0,187,204). Sum of RGB (Red+Green+Blue) = 0+187+204=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #00BBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBCC is #FF4433. Grayscale: #848484. Windows color (decimal): -16729140 or 13417216. OLE color: 13417216.
HSL color Cylindrical-coordinate representation of color #00BBCC: hue angle of 185º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBCC is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 187 | 204 | - |
| CMYK | 1 | 0.08 | 0 | 0.2 |
| HSL | 185º | 1% | 0.4% | - |
| HSV(B) | 185º | 1% | 0.8% | - |
| XYZ | 28.67 | 39.9 | 63.32 | - |
| YUV | 133.03 | 168.05 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 204 | 1 | 0.08 | 0 | 0.2 | 185 | 1 | 0.4 |
| Hex | 0 | BB | CC | 64 | 8 | 0 | 14 | B9 | 64 | 28 |
| Octal | 0 | 273 | 314 | 144 | 10 | 0 | 24 | 271 | 144 | 50 |
| Binary | 0 | 10111011 | 11001100 | 1100100 | 1000 | 0 | 10100 | 10111001 | 1100100 | 101000 |
Color Harmonies of #00BBCC
Complementary color
Monochromatic Colors of #00BBCC
Black with #00BBCC
Text Example
Text Example
White with #00BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBCC; }
p { color: rgb(0,187,204); }
H1.HeaderClassName
{
color: #00BBCC;
}
.AnyTagClassName
{
color: #00BBCC;
}
</style>
background-color css
<style>
a { background-color: #00BBCC; }
a { background-color: rgb(0,187,204); }
div.DivClassName
{
background-color: #00BBCC;
}
.BgClassName
{
background-color: #00BBCC;
}
</style>
border-color css
<style>
span { border-color: #00BBCC; }
span { border-color: rgb(0,187,204); }
td.TdClassName
{
border-color: #00BBCC;
}
.TagClassName
{
border-color: #00BBCC;
}
</style>