Shades of Iris Blue #00BBBD
Tints of Iris Blue #00BBBD
RGB
CMYK
RGB Variations
Color information
#00BBBD (or 0x00BBBD) is known color: Iris Blue. HEX triplet: 00, BB and BD. RGB value is (0,187,189). Sum of RGB (Red+Green+Blue) = 0+187+189=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #00BBBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBBD is #FF4442. Grayscale: #838383. Windows color (decimal): -16729155 or 12434176. OLE color: 12434176.
HSL color Cylindrical-coordinate representation of color #00BBBD: hue angle of 180.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBBD is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 187 | 189 | - |
| CMYK | 1 | 0.01 | 0 | 0.26 |
| HSL | 180.63º | 1% | 0.37% | - |
| HSV(B) | 180.63º | 1% | 0.74% | - |
| XYZ | 26.96 | 39.21 | 54.29 | - |
| YUV | 131.32 | 160.55 | 34.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 189 | 1 | 0.01 | 0 | 0.26 | 180.63 | 1 | 0.37 |
| Hex | 0 | BB | BD | 64 | 1 | 0 | 1A | B5 | 64 | 25 |
| Octal | 0 | 273 | 275 | 144 | 1 | 0 | 32 | 265 | 144 | 45 |
| Binary | 0 | 10111011 | 10111101 | 1100100 | 1 | 0 | 11010 | 10110101 | 1100100 | 100101 |
Color Harmonies of #00BBBD
Complementary color
Monochromatic Colors of #00BBBD
Black with #00BBBD
Text Example
Text Example
White with #00BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBBD; }
p { color: rgb(0,187,189); }
H1.HeaderClassName
{
color: #00BBBD;
}
.AnyTagClassName
{
color: #00BBBD;
}
</style>
background-color css
<style>
a { background-color: #00BBBD; }
a { background-color: rgb(0,187,189); }
div.DivClassName
{
background-color: #00BBBD;
}
.BgClassName
{
background-color: #00BBBD;
}
</style>
border-color css
<style>
span { border-color: #00BBBD; }
span { border-color: rgb(0,187,189); }
td.TdClassName
{
border-color: #00BBBD;
}
.TagClassName
{
border-color: #00BBBD;
}
</style>