Shades of Iris Blue #02BBDA
Tints of Iris Blue #02BBDA
RGB
CMYK
RGB Variations
Color information
#02BBDA (or 0x02BBDA) is known color: Iris Blue. HEX triplet: 02, BB and DA. RGB value is (2,187,218). Sum of RGB (Red+Green+Blue) = 2+187+218=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #02BBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBDA is #FD4425. Grayscale: #868686. Windows color (decimal): -16598054 or 14334722. OLE color: 14334722.
HSL color Cylindrical-coordinate representation of color #02BBDA: hue angle of 188.61º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBDA is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 187 | 218 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.15 |
| HSL | 188.61º | 0.98% | 0.43% | - |
| HSV(B) | 188.61º | 0.99% | 0.85% | - |
| XYZ | 30.45 | 40.62 | 72.56 | - |
| YUV | 135.22 | 174.71 | 32.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 218 | 0.99 | 0.14 | 0 | 0.15 | 188.61 | 0.98 | 0.43 |
| Hex | 2 | BB | DA | 63 | E | 0 | F | BD | 62 | 2B |
| Octal | 2 | 273 | 332 | 143 | 16 | 0 | 17 | 275 | 142 | 53 |
| Binary | 10 | 10111011 | 11011010 | 1100011 | 1110 | 0 | 1111 | 10111101 | 1100010 | 101011 |
Color Harmonies of #02BBDA
Complementary color
Monochromatic Colors of #02BBDA
Black with #02BBDA
Text Example
Text Example
White with #02BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBDA; }
p { color: rgb(2,187,218); }
H1.HeaderClassName
{
color: #02BBDA;
}
.AnyTagClassName
{
color: #02BBDA;
}
</style>
background-color css
<style>
a { background-color: #02BBDA; }
a { background-color: rgb(2,187,218); }
div.DivClassName
{
background-color: #02BBDA;
}
.BgClassName
{
background-color: #02BBDA;
}
</style>
border-color css
<style>
span { border-color: #02BBDA; }
span { border-color: rgb(2,187,218); }
td.TdClassName
{
border-color: #02BBDA;
}
.TagClassName
{
border-color: #02BBDA;
}
</style>