Shades of Iris Blue #02ABCF
Tints of Iris Blue #02ABCF
RGB
CMYK
RGB Variations
Color information
#02ABCF (or 0x02ABCF) is known color: Iris Blue. HEX triplet: 02, AB and CF. RGB value is (2,171,207). Sum of RGB (Red+Green+Blue) = 2+171+207=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #02ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ABCF is #FD5430. Grayscale: #7C7C7C. Windows color (decimal): -16602161 or 13609730. OLE color: 13609730.
HSL color Cylindrical-coordinate representation of color #02ABCF: hue angle of 190.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ABCF is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 171 | 207 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.19 |
| HSL | 190.54º | 0.98% | 0.41% | - |
| HSV(B) | 190.54º | 0.99% | 0.81% | - |
| XYZ | 25.85 | 33.64 | 64.16 | - |
| YUV | 124.57 | 174.51 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 171 | 207 | 0.99 | 0.17 | 0 | 0.19 | 190.54 | 0.98 | 0.41 |
| Hex | 2 | AB | CF | 63 | 11 | 0 | 13 | BF | 62 | 29 |
| Octal | 2 | 253 | 317 | 143 | 21 | 0 | 23 | 277 | 142 | 51 |
| Binary | 10 | 10101011 | 11001111 | 1100011 | 10001 | 0 | 10011 | 10111111 | 1100010 | 101001 |
Color Harmonies of #02ABCF
Complementary color
Monochromatic Colors of #02ABCF
Black with #02ABCF
Text Example
Text Example
White with #02ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ABCF; }
p { color: rgb(2,171,207); }
H1.HeaderClassName
{
color: #02ABCF;
}
.AnyTagClassName
{
color: #02ABCF;
}
</style>
background-color css
<style>
a { background-color: #02ABCF; }
a { background-color: rgb(2,171,207); }
div.DivClassName
{
background-color: #02ABCF;
}
.BgClassName
{
background-color: #02ABCF;
}
</style>
border-color css
<style>
span { border-color: #02ABCF; }
span { border-color: rgb(2,171,207); }
td.TdClassName
{
border-color: #02ABCF;
}
.TagClassName
{
border-color: #02ABCF;
}
</style>