Shades of Iris Blue #02BFCF
Tints of Iris Blue #02BFCF
RGB
CMYK
RGB Variations
Color information
#02BFCF (or 0x02BFCF) is known color: Iris Blue. HEX triplet: 02, BF and CF. RGB value is (2,191,207). Sum of RGB (Red+Green+Blue) = 2+191+207=400 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.5% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #02BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFCF is #FD4030. Grayscale: #888888. Windows color (decimal): -16597041 or 13614850. OLE color: 13614850.
HSL color Cylindrical-coordinate representation of color #02BFCF: hue angle of 184.68º 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 #02BFCF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 191 | 207 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.19 |
| HSL | 184.68º | 0.98% | 0.41% | - |
| HSV(B) | 184.68º | 0.99% | 0.81% | - |
| XYZ | 29.92 | 41.78 | 65.52 | - |
| YUV | 136.31 | 167.88 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 207 | 0.99 | 0.08 | 0 | 0.19 | 184.68 | 0.98 | 0.41 |
| Hex | 2 | BF | CF | 63 | 8 | 0 | 13 | B9 | 62 | 29 |
| Octal | 2 | 277 | 317 | 143 | 10 | 0 | 23 | 271 | 142 | 51 |
| Binary | 10 | 10111111 | 11001111 | 1100011 | 1000 | 0 | 10011 | 10111001 | 1100010 | 101001 |
Color Harmonies of #02BFCF
Complementary color
Monochromatic Colors of #02BFCF
Black with #02BFCF
Text Example
Text Example
White with #02BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFCF; }
p { color: rgb(2,191,207); }
H1.HeaderClassName
{
color: #02BFCF;
}
.AnyTagClassName
{
color: #02BFCF;
}
</style>
background-color css
<style>
a { background-color: #02BFCF; }
a { background-color: rgb(2,191,207); }
div.DivClassName
{
background-color: #02BFCF;
}
.BgClassName
{
background-color: #02BFCF;
}
</style>
border-color css
<style>
span { border-color: #02BFCF; }
span { border-color: rgb(2,191,207); }
td.TdClassName
{
border-color: #02BFCF;
}
.TagClassName
{
border-color: #02BFCF;
}
</style>