Shades of Iris Blue #00BBDA
Tints of Iris Blue #00BBDA
RGB
CMYK
RGB Variations
Color information
#00BBDA (or 0x00BBDA) is known color: Iris Blue. HEX triplet: 00, BB and DA. RGB value is (0,187,218). Sum of RGB (Red+Green+Blue) = 0+187+218=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #00BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BBDA is #FF4425. Grayscale: #868686. Windows color (decimal): -16729126 or 14334720. OLE color: 14334720.
HSL color Cylindrical-coordinate representation of color #00BBDA: hue angle of 188.53º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBDA is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 187 | 218 | - |
| CMYK | 1 | 0.14 | 0 | 0.15 |
| HSL | 188.53º | 1% | 0.43% | - |
| HSV(B) | 188.53º | 1% | 0.85% | - |
| XYZ | 30.43 | 40.6 | 72.56 | - |
| YUV | 134.62 | 175.05 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 218 | 1 | 0.14 | 0 | 0.15 | 188.53 | 1 | 0.43 |
| Hex | 0 | BB | DA | 64 | E | 0 | F | BD | 64 | 2B |
| Octal | 0 | 273 | 332 | 144 | 16 | 0 | 17 | 275 | 144 | 53 |
| Binary | 0 | 10111011 | 11011010 | 1100100 | 1110 | 0 | 1111 | 10111101 | 1100100 | 101011 |
Color Harmonies of #00BBDA
Complementary color
Monochromatic Colors of #00BBDA
Black with #00BBDA
Text Example
Text Example
White with #00BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBDA; }
p { color: rgb(0,187,218); }
H1.HeaderClassName
{
color: #00BBDA;
}
.AnyTagClassName
{
color: #00BBDA;
}
</style>
background-color css
<style>
a { background-color: #00BBDA; }
a { background-color: rgb(0,187,218); }
div.DivClassName
{
background-color: #00BBDA;
}
.BgClassName
{
background-color: #00BBDA;
}
</style>
border-color css
<style>
span { border-color: #00BBDA; }
span { border-color: rgb(0,187,218); }
td.TdClassName
{
border-color: #00BBDA;
}
.TagClassName
{
border-color: #00BBDA;
}
</style>