Shades of Iris Blue #02ABE2
Tints of Iris Blue #02ABE2
RGB
CMYK
RGB Variations
Color information
#02ABE2 (or 0x02ABE2) is known color: Iris Blue. HEX triplet: 02, AB and E2. RGB value is (2,171,226). Sum of RGB (Red+Green+Blue) = 2+171+226=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 226 (88.67% from 255 or 56.64% from 399); Max value from RGB is 226 - color contains mainly: blue. Hex color #02ABE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABE2 is #FD541D. Grayscale: #7E7E7E. Windows color (decimal): -16602142 or 14854914. OLE color: 14854914.
HSL color Cylindrical-coordinate representation of color #02ABE2: hue angle of 194.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABE2 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 171 | 226 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.11 |
| HSL | 194.73º | 0.98% | 0.45% | - |
| HSV(B) | 194.73º | 0.99% | 0.89% | - |
| XYZ | 28.32 | 34.63 | 77.14 | - |
| YUV | 126.74 | 184.01 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 226 | 0.99 | 0.24 | 0 | 0.11 | 194.73 | 0.98 | 0.45 |
| Hex | 2 | AB | E2 | 63 | 18 | 0 | B | C3 | 62 | 2D |
| Octal | 2 | 253 | 342 | 143 | 30 | 0 | 13 | 303 | 142 | 55 |
| Binary | 10 | 10101011 | 11100010 | 1100011 | 11000 | 0 | 1011 | 11000011 | 1100010 | 101101 |
Color Harmonies of #02ABE2
Complementary color
Monochromatic Colors of #02ABE2
Black with #02ABE2
Text Example
Text Example
White with #02ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABE2; }
p { color: rgb(2,171,226); }
H1.HeaderClassName
{
color: #02ABE2;
}
.AnyTagClassName
{
color: #02ABE2;
}
</style>
background-color css
<style>
a { background-color: #02ABE2; }
a { background-color: rgb(2,171,226); }
div.DivClassName
{
background-color: #02ABE2;
}
.BgClassName
{
background-color: #02ABE2;
}
</style>
border-color css
<style>
span { border-color: #02ABE2; }
span { border-color: rgb(2,171,226); }
td.TdClassName
{
border-color: #02ABE2;
}
.TagClassName
{
border-color: #02ABE2;
}
</style>