Shades of Iris Blue #00BBCA
Tints of Iris Blue #00BBCA
RGB
CMYK
RGB Variations
Color information
#00BBCA (or 0x00BBCA) is known color: Iris Blue. HEX triplet: 00, BB and CA. RGB value is (0,187,202). Sum of RGB (Red+Green+Blue) = 0+187+202=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #00BBCA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBCA is #FF4435. Grayscale: #848484. Windows color (decimal): -16729142 or 13286144. OLE color: 13286144.
HSL color Cylindrical-coordinate representation of color #00BBCA: hue angle of 184.46º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBCA is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 187 | 202 | - |
| CMYK | 1 | 0.07 | 0 | 0.21 |
| HSL | 184.46º | 1% | 0.4% | - |
| HSV(B) | 184.46º | 1% | 0.79% | - |
| XYZ | 28.43 | 39.8 | 62.06 | - |
| YUV | 132.8 | 167.05 | 33.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 202 | 1 | 0.07 | 0 | 0.21 | 184.46 | 1 | 0.4 |
| Hex | 0 | BB | CA | 64 | 7 | 0 | 15 | B8 | 64 | 28 |
| Octal | 0 | 273 | 312 | 144 | 7 | 0 | 25 | 270 | 144 | 50 |
| Binary | 0 | 10111011 | 11001010 | 1100100 | 111 | 0 | 10101 | 10111000 | 1100100 | 101000 |
Color Harmonies of #00BBCA
Complementary color
Monochromatic Colors of #00BBCA
Black with #00BBCA
Text Example
Text Example
White with #00BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBCA; }
p { color: rgb(0,187,202); }
H1.HeaderClassName
{
color: #00BBCA;
}
.AnyTagClassName
{
color: #00BBCA;
}
</style>
background-color css
<style>
a { background-color: #00BBCA; }
a { background-color: rgb(0,187,202); }
div.DivClassName
{
background-color: #00BBCA;
}
.BgClassName
{
background-color: #00BBCA;
}
</style>
border-color css
<style>
span { border-color: #00BBCA; }
span { border-color: rgb(0,187,202); }
td.TdClassName
{
border-color: #00BBCA;
}
.TagClassName
{
border-color: #00BBCA;
}
</style>