Shades of Iris Blue #02BFC4
Tints of Iris Blue #02BFC4
RGB
CMYK
RGB Variations
Color information
#02BFC4 (or 0x02BFC4) is known color: Iris Blue. HEX triplet: 02, BF and C4. RGB value is (2,191,196). Sum of RGB (Red+Green+Blue) = 2+191+196=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #02BFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02BFC4 is #FD403B. Grayscale: #868686. Windows color (decimal): -16597052 or 12893954. OLE color: 12893954.
HSL color Cylindrical-coordinate representation of color #02BFC4: hue angle of 181.55º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02BFC4 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 191 | 196 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.23 |
| HSL | 181.55º | 0.98% | 0.39% | - |
| HSV(B) | 181.55º | 0.99% | 0.77% | - |
| XYZ | 28.62 | 41.26 | 58.68 | - |
| YUV | 135.06 | 162.38 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 191 | 196 | 0.99 | 0.03 | 0 | 0.23 | 181.55 | 0.98 | 0.39 |
| Hex | 2 | BF | C4 | 63 | 3 | 0 | 17 | B6 | 62 | 27 |
| Octal | 2 | 277 | 304 | 143 | 3 | 0 | 27 | 266 | 142 | 47 |
| Binary | 10 | 10111111 | 11000100 | 1100011 | 11 | 0 | 10111 | 10110110 | 1100010 | 100111 |
Color Harmonies of #02BFC4
Complementary color
Monochromatic Colors of #02BFC4
Black with #02BFC4
Text Example
Text Example
White with #02BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02BFC4; }
p { color: rgb(2,191,196); }
H1.HeaderClassName
{
color: #02BFC4;
}
.AnyTagClassName
{
color: #02BFC4;
}
</style>
background-color css
<style>
a { background-color: #02BFC4; }
a { background-color: rgb(2,191,196); }
div.DivClassName
{
background-color: #02BFC4;
}
.BgClassName
{
background-color: #02BFC4;
}
</style>
border-color css
<style>
span { border-color: #02BFC4; }
span { border-color: rgb(2,191,196); }
td.TdClassName
{
border-color: #02BFC4;
}
.TagClassName
{
border-color: #02BFC4;
}
</style>