Shades of Iris Blue #02BFCD
Tints of Iris Blue #02BFCD
RGB
CMYK
RGB Variations
Color information
#02BFCD (or 0x02BFCD) is known color: Iris Blue. HEX triplet: 02, BF and CD. RGB value is (2,191,205). Sum of RGB (Red+Green+Blue) = 2+191+205=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #02BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFCD is #FD4032. Grayscale: #878787. Windows color (decimal): -16597043 or 13483778. OLE color: 13483778.
HSL color Cylindrical-coordinate representation of color #02BFCD: hue angle of 184.14º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFCD is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 191 | 205 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.20 |
| HSL | 184.14º | 0.98% | 0.41% | - |
| HSV(B) | 184.14º | 0.99% | 0.8% | - |
| XYZ | 29.68 | 41.68 | 64.24 | - |
| YUV | 136.09 | 166.88 | 32.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 205 | 0.99 | 0.07 | 0 | 0.20 | 184.14 | 0.98 | 0.41 |
| Hex | 2 | BF | CD | 63 | 7 | 0 | 14 | B8 | 62 | 29 |
| Octal | 2 | 277 | 315 | 143 | 7 | 0 | 24 | 270 | 142 | 51 |
| Binary | 10 | 10111111 | 11001101 | 1100011 | 111 | 0 | 10100 | 10111000 | 1100010 | 101001 |
Color Harmonies of #02BFCD
Complementary color
Monochromatic Colors of #02BFCD
Black with #02BFCD
Text Example
Text Example
White with #02BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFCD; }
p { color: rgb(2,191,205); }
H1.HeaderClassName
{
color: #02BFCD;
}
.AnyTagClassName
{
color: #02BFCD;
}
</style>
background-color css
<style>
a { background-color: #02BFCD; }
a { background-color: rgb(2,191,205); }
div.DivClassName
{
background-color: #02BFCD;
}
.BgClassName
{
background-color: #02BFCD;
}
</style>
border-color css
<style>
span { border-color: #02BFCD; }
span { border-color: rgb(2,191,205); }
td.TdClassName
{
border-color: #02BFCD;
}
.TagClassName
{
border-color: #02BFCD;
}
</style>