Shades of Iris Blue #02BFCB
Tints of Iris Blue #02BFCB
RGB
CMYK
RGB Variations
Color information
#02BFCB (or 0x02BFCB) is known color: Iris Blue. HEX triplet: 02, BF and CB. RGB value is (2,191,203). Sum of RGB (Red+Green+Blue) = 2+191+203=396 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #02BFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFCB is #FD4034. Grayscale: #878787. Windows color (decimal): -16597045 or 13352706. OLE color: 13352706.
HSL color Cylindrical-coordinate representation of color #02BFCB: hue angle of 183.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFCB is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 191 | 203 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.20 |
| HSL | 183.58º | 0.98% | 0.4% | - |
| HSV(B) | 183.58º | 0.99% | 0.8% | - |
| XYZ | 29.44 | 41.59 | 62.98 | - |
| YUV | 135.86 | 165.88 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 203 | 0.99 | 0.06 | 0 | 0.20 | 183.58 | 0.98 | 0.4 |
| Hex | 2 | BF | CB | 63 | 6 | 0 | 14 | B8 | 62 | 28 |
| Octal | 2 | 277 | 313 | 143 | 6 | 0 | 24 | 270 | 142 | 50 |
| Binary | 10 | 10111111 | 11001011 | 1100011 | 110 | 0 | 10100 | 10111000 | 1100010 | 101000 |
Color Harmonies of #02BFCB
Complementary color
Monochromatic Colors of #02BFCB
Black with #02BFCB
Text Example
Text Example
White with #02BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFCB; }
p { color: rgb(2,191,203); }
H1.HeaderClassName
{
color: #02BFCB;
}
.AnyTagClassName
{
color: #02BFCB;
}
</style>
background-color css
<style>
a { background-color: #02BFCB; }
a { background-color: rgb(2,191,203); }
div.DivClassName
{
background-color: #02BFCB;
}
.BgClassName
{
background-color: #02BFCB;
}
</style>
border-color css
<style>
span { border-color: #02BFCB; }
span { border-color: rgb(2,191,203); }
td.TdClassName
{
border-color: #02BFCB;
}
.TagClassName
{
border-color: #02BFCB;
}
</style>