Shades of Iris Blue #00BBD6
Tints of Iris Blue #00BBD6
RGB
CMYK
RGB Variations
Color information
#00BBD6 (or 0x00BBD6) is known color: Iris Blue. HEX triplet: 00, BB and D6. RGB value is (0,187,214). Sum of RGB (Red+Green+Blue) = 0+187+214=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #00BBD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBD6 is #FF4429. Grayscale: #858585. Windows color (decimal): -16729130 or 14072576. OLE color: 14072576.
HSL color Cylindrical-coordinate representation of color #00BBD6: hue angle of 187.57º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBD6 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 187 | 214 | - |
| CMYK | 1 | 0.13 | 0 | 0.16 |
| HSL | 187.57º | 1% | 0.42% | - |
| HSV(B) | 187.57º | 1% | 0.84% | - |
| XYZ | 29.91 | 40.4 | 69.84 | - |
| YUV | 134.17 | 173.05 | 32.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 214 | 1 | 0.13 | 0 | 0.16 | 187.57 | 1 | 0.42 |
| Hex | 0 | BB | D6 | 64 | D | 0 | 10 | BC | 64 | 2A |
| Octal | 0 | 273 | 326 | 144 | 15 | 0 | 20 | 274 | 144 | 52 |
| Binary | 0 | 10111011 | 11010110 | 1100100 | 1101 | 0 | 10000 | 10111100 | 1100100 | 101010 |
Color Harmonies of #00BBD6
Complementary color
Monochromatic Colors of #00BBD6
Black with #00BBD6
Text Example
Text Example
White with #00BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBD6; }
p { color: rgb(0,187,214); }
H1.HeaderClassName
{
color: #00BBD6;
}
.AnyTagClassName
{
color: #00BBD6;
}
</style>
background-color css
<style>
a { background-color: #00BBD6; }
a { background-color: rgb(0,187,214); }
div.DivClassName
{
background-color: #00BBD6;
}
.BgClassName
{
background-color: #00BBD6;
}
</style>
border-color css
<style>
span { border-color: #00BBD6; }
span { border-color: rgb(0,187,214); }
td.TdClassName
{
border-color: #00BBD6;
}
.TagClassName
{
border-color: #00BBD6;
}
</style>