Shades of Iris Blue #02ABBC
Tints of Iris Blue #02ABBC
RGB
CMYK
RGB Variations
Color information
#02ABBC (or 0x02ABBC) is known color: Iris Blue. HEX triplet: 02, AB and BC. RGB value is (2,171,188). Sum of RGB (Red+Green+Blue) = 2+171+188=361 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #02ABBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABBC is #FD5443. Grayscale: #7A7A7A. Windows color (decimal): -16602180 or 12364546. OLE color: 12364546.
HSL color Cylindrical-coordinate representation of color #02ABBC: hue angle of 185.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABBC is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 171 | 188 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.26 |
| HSL | 185.48º | 0.98% | 0.37% | - |
| HSV(B) | 185.48º | 0.99% | 0.74% | - |
| XYZ | 23.67 | 32.77 | 52.65 | - |
| YUV | 122.41 | 165.01 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 188 | 0.99 | 0.09 | 0 | 0.26 | 185.48 | 0.98 | 0.37 |
| Hex | 2 | AB | BC | 63 | 9 | 0 | 1A | B9 | 62 | 25 |
| Octal | 2 | 253 | 274 | 143 | 11 | 0 | 32 | 271 | 142 | 45 |
| Binary | 10 | 10101011 | 10111100 | 1100011 | 1001 | 0 | 11010 | 10111001 | 1100010 | 100101 |
Color Harmonies of #02ABBC
Complementary color
Monochromatic Colors of #02ABBC
Black with #02ABBC
Text Example
Text Example
White with #02ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABBC; }
p { color: rgb(2,171,188); }
H1.HeaderClassName
{
color: #02ABBC;
}
.AnyTagClassName
{
color: #02ABBC;
}
</style>
background-color css
<style>
a { background-color: #02ABBC; }
a { background-color: rgb(2,171,188); }
div.DivClassName
{
background-color: #02ABBC;
}
.BgClassName
{
background-color: #02ABBC;
}
</style>
border-color css
<style>
span { border-color: #02ABBC; }
span { border-color: rgb(2,171,188); }
td.TdClassName
{
border-color: #02ABBC;
}
.TagClassName
{
border-color: #02ABBC;
}
</style>