Shades of Iris Blue #00BBB9
Tints of Iris Blue #00BBB9
RGB
CMYK
RGB Variations
Color information
#00BBB9 (or 0x00BBB9) is known color: Iris Blue. HEX triplet: 00, BB and B9. RGB value is (0,187,185). Sum of RGB (Red+Green+Blue) = 0+187+185=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 187 (73.44% from 255 or 50.27% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 187 - color contains mainly: green. Hex color #00BBB9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBB9 is #FF4446. Grayscale: #828282. Windows color (decimal): -16729159 or 12172032. OLE color: 12172032.
HSL color Cylindrical-coordinate representation of color #00BBB9: hue angle of 179.36º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBB9 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 185 | - |
| CMYK | 1 | 0 | 0.01 | 0.27 |
| HSL | 179.36º | 1% | 0.37% | - |
| HSV(B) | 179.36º | 1% | 0.73% | - |
| XYZ | 26.53 | 39.04 | 52.04 | - |
| YUV | 130.86 | 158.55 | 34.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 185 | 1 | 0 | 0.01 | 0.27 | 179.36 | 1 | 0.37 |
| Hex | 0 | BB | B9 | 64 | 0 | 1 | 1B | B3 | 64 | 25 |
| Octal | 0 | 273 | 271 | 144 | 0 | 1 | 33 | 263 | 144 | 45 |
| Binary | 0 | 10111011 | 10111001 | 1100100 | 0 | 1 | 11011 | 10110011 | 1100100 | 100101 |
Color Harmonies of #00BBB9
Complementary color
Monochromatic Colors of #00BBB9
Black with #00BBB9
Text Example
Text Example
White with #00BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBB9; }
p { color: rgb(0,187,185); }
H1.HeaderClassName
{
color: #00BBB9;
}
.AnyTagClassName
{
color: #00BBB9;
}
</style>
background-color css
<style>
a { background-color: #00BBB9; }
a { background-color: rgb(0,187,185); }
div.DivClassName
{
background-color: #00BBB9;
}
.BgClassName
{
background-color: #00BBB9;
}
</style>
border-color css
<style>
span { border-color: #00BBB9; }
span { border-color: rgb(0,187,185); }
td.TdClassName
{
border-color: #00BBB9;
}
.TagClassName
{
border-color: #00BBB9;
}
</style>