Shades of Iris Blue #02BBCF
Tints of Iris Blue #02BBCF
RGB
CMYK
RGB Variations
Color information
#02BBCF (or 0x02BBCF) is known color: Iris Blue. HEX triplet: 02, BB and CF. RGB value is (2,187,207). Sum of RGB (Red+Green+Blue) = 2+187+207=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #02BBCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BBCF is #FD4430. Grayscale: #858585. Windows color (decimal): -16598065 or 13613826. OLE color: 13613826.
HSL color Cylindrical-coordinate representation of color #02BBCF: hue angle of 185.85º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BBCF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 187 | 207 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.19 |
| HSL | 185.85º | 0.98% | 0.41% | - |
| HSV(B) | 185.85º | 0.99% | 0.81% | - |
| XYZ | 29.06 | 40.06 | 65.23 | - |
| YUV | 133.97 | 169.21 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 187 | 207 | 0.99 | 0.10 | 0 | 0.19 | 185.85 | 0.98 | 0.41 |
| Hex | 2 | BB | CF | 63 | A | 0 | 13 | BA | 62 | 29 |
| Octal | 2 | 273 | 317 | 143 | 12 | 0 | 23 | 272 | 142 | 51 |
| Binary | 10 | 10111011 | 11001111 | 1100011 | 1010 | 0 | 10011 | 10111010 | 1100010 | 101001 |
Color Harmonies of #02BBCF
Complementary color
Monochromatic Colors of #02BBCF
Black with #02BBCF
Text Example
Text Example
White with #02BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BBCF; }
p { color: rgb(2,187,207); }
H1.HeaderClassName
{
color: #02BBCF;
}
.AnyTagClassName
{
color: #02BBCF;
}
</style>
background-color css
<style>
a { background-color: #02BBCF; }
a { background-color: rgb(2,187,207); }
div.DivClassName
{
background-color: #02BBCF;
}
.BgClassName
{
background-color: #02BBCF;
}
</style>
border-color css
<style>
span { border-color: #02BBCF; }
span { border-color: rgb(2,187,207); }
td.TdClassName
{
border-color: #02BBCF;
}
.TagClassName
{
border-color: #02BBCF;
}
</style>