Shades of Iris Blue #02AFC1
Tints of Iris Blue #02AFC1
RGB
CMYK
RGB Variations
Color information
#02AFC1 (or 0x02AFC1) is known color: Iris Blue. HEX triplet: 02, AF and C1. RGB value is (2,175,193). Sum of RGB (Red+Green+Blue) = 2+175+193=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #02AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02AFC1 is #FD503E. Grayscale: #7D7D7D. Windows color (decimal): -16601151 or 12693250. OLE color: 12693250.
HSL color Cylindrical-coordinate representation of color #02AFC1: hue angle of 185.65º 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 #02AFC1 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 175 | 193 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.24 |
| HSL | 185.65º | 0.98% | 0.38% | - |
| HSV(B) | 185.65º | 0.99% | 0.76% | - |
| XYZ | 24.98 | 34.52 | 55.8 | - |
| YUV | 125.33 | 166.19 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 193 | 0.99 | 0.09 | 0 | 0.24 | 185.65 | 0.98 | 0.38 |
| Hex | 2 | AF | C1 | 63 | 9 | 0 | 18 | BA | 62 | 26 |
| Octal | 2 | 257 | 301 | 143 | 11 | 0 | 30 | 272 | 142 | 46 |
| Binary | 10 | 10101111 | 11000001 | 1100011 | 1001 | 0 | 11000 | 10111010 | 1100010 | 100110 |
Color Harmonies of #02AFC1
Complementary color
Monochromatic Colors of #02AFC1
Black with #02AFC1
Text Example
Text Example
White with #02AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AFC1; }
p { color: rgb(2,175,193); }
H1.HeaderClassName
{
color: #02AFC1;
}
.AnyTagClassName
{
color: #02AFC1;
}
</style>
background-color css
<style>
a { background-color: #02AFC1; }
a { background-color: rgb(2,175,193); }
div.DivClassName
{
background-color: #02AFC1;
}
.BgClassName
{
background-color: #02AFC1;
}
</style>
border-color css
<style>
span { border-color: #02AFC1; }
span { border-color: rgb(2,175,193); }
td.TdClassName
{
border-color: #02AFC1;
}
.TagClassName
{
border-color: #02AFC1;
}
</style>