Shades of Iris Blue #02BFC1
Tints of Iris Blue #02BFC1
RGB
CMYK
RGB Variations
Color information
#02BFC1 (or 0x02BFC1) is known color: Iris Blue. HEX triplet: 02, BF and C1. RGB value is (2,191,193). Sum of RGB (Red+Green+Blue) = 2+191+193=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #02BFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFC1 is #FD403E. Grayscale: #868686. Windows color (decimal): -16597055 or 12697346. OLE color: 12697346.
HSL color Cylindrical-coordinate representation of color #02BFC1: hue angle of 180.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFC1 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 191 | 193 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.24 |
| HSL | 180.63º | 0.98% | 0.38% | - |
| HSV(B) | 180.63º | 0.99% | 0.76% | - |
| XYZ | 28.28 | 41.12 | 56.9 | - |
| YUV | 134.72 | 160.88 | 33.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 193 | 0.99 | 0.01 | 0 | 0.24 | 180.63 | 0.98 | 0.38 |
| Hex | 2 | BF | C1 | 63 | 1 | 0 | 18 | B5 | 62 | 26 |
| Octal | 2 | 277 | 301 | 143 | 1 | 0 | 30 | 265 | 142 | 46 |
| Binary | 10 | 10111111 | 11000001 | 1100011 | 1 | 0 | 11000 | 10110101 | 1100010 | 100110 |
Color Harmonies of #02BFC1
Complementary color
Monochromatic Colors of #02BFC1
Black with #02BFC1
Text Example
Text Example
White with #02BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFC1; }
p { color: rgb(2,191,193); }
H1.HeaderClassName
{
color: #02BFC1;
}
.AnyTagClassName
{
color: #02BFC1;
}
</style>
background-color css
<style>
a { background-color: #02BFC1; }
a { background-color: rgb(2,191,193); }
div.DivClassName
{
background-color: #02BFC1;
}
.BgClassName
{
background-color: #02BFC1;
}
</style>
border-color css
<style>
span { border-color: #02BFC1; }
span { border-color: rgb(2,191,193); }
td.TdClassName
{
border-color: #02BFC1;
}
.TagClassName
{
border-color: #02BFC1;
}
</style>