Shades of Iris Blue #00BBB6
Tints of Iris Blue #00BBB6
RGB
CMYK
RGB Variations
Color information
#00BBB6 (or 0x00BBB6) is known color: Iris Blue. HEX triplet: 00, BB and B6. RGB value is (0,187,182). Sum of RGB (Red+Green+Blue) = 0+187+182=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #00BBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBB6 is #FF4449. Grayscale: #828282. Windows color (decimal): -16729162 or 11975424. OLE color: 11975424.
HSL color Cylindrical-coordinate representation of color #00BBB6: hue angle of 178.4º 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 #00BBB6 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 187 | 182 | - |
| CMYK | 1 | 0 | 0.03 | 0.27 |
| HSL | 178.4º | 1% | 0.37% | - |
| HSV(B) | 178.4º | 1% | 0.73% | - |
| XYZ | 26.21 | 38.92 | 50.39 | - |
| YUV | 130.52 | 157.05 | 34.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 182 | 1 | 0 | 0.03 | 0.27 | 178.4 | 1 | 0.37 |
| Hex | 0 | BB | B6 | 64 | 0 | 3 | 1B | B2 | 64 | 25 |
| Octal | 0 | 273 | 266 | 144 | 0 | 3 | 33 | 262 | 144 | 45 |
| Binary | 0 | 10111011 | 10110110 | 1100100 | 0 | 11 | 11011 | 10110010 | 1100100 | 100101 |
Color Harmonies of #00BBB6
Complementary color
Monochromatic Colors of #00BBB6
Black with #00BBB6
Text Example
Text Example
White with #00BBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBB6; }
p { color: rgb(0,187,182); }
H1.HeaderClassName
{
color: #00BBB6;
}
.AnyTagClassName
{
color: #00BBB6;
}
</style>
background-color css
<style>
a { background-color: #00BBB6; }
a { background-color: rgb(0,187,182); }
div.DivClassName
{
background-color: #00BBB6;
}
.BgClassName
{
background-color: #00BBB6;
}
</style>
border-color css
<style>
span { border-color: #00BBB6; }
span { border-color: rgb(0,187,182); }
td.TdClassName
{
border-color: #00BBB6;
}
.TagClassName
{
border-color: #00BBB6;
}
</style>