Shades of Iris Blue #02ACDB
Tints of Iris Blue #02ACDB
RGB
CMYK
RGB Variations
Color information
#02ACDB (or 0x02ACDB) is known color: Iris Blue. HEX triplet: 02, AC and DB. RGB value is (2,172,219). Sum of RGB (Red+Green+Blue) = 2+172+219=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #02ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ACDB is #FD5324. Grayscale: #7E7E7E. Windows color (decimal): -16601893 or 14396418. OLE color: 14396418.
HSL color Cylindrical-coordinate representation of color #02ACDB: hue angle of 193º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ACDB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 172 | 219 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.14 |
| HSL | 193º | 0.98% | 0.43% | - |
| HSV(B) | 193º | 0.99% | 0.86% | - |
| XYZ | 27.56 | 34.63 | 72.25 | - |
| YUV | 126.53 | 180.18 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 172 | 219 | 0.99 | 0.21 | 0 | 0.14 | 193 | 0.98 | 0.43 |
| Hex | 2 | AC | DB | 63 | 15 | 0 | E | C1 | 62 | 2B |
| Octal | 2 | 254 | 333 | 143 | 25 | 0 | 16 | 301 | 142 | 53 |
| Binary | 10 | 10101100 | 11011011 | 1100011 | 10101 | 0 | 1110 | 11000001 | 1100010 | 101011 |
Color Harmonies of #02ACDB
Complementary color
Monochromatic Colors of #02ACDB
Black with #02ACDB
Text Example
Text Example
White with #02ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ACDB; }
p { color: rgb(2,172,219); }
H1.HeaderClassName
{
color: #02ACDB;
}
.AnyTagClassName
{
color: #02ACDB;
}
</style>
background-color css
<style>
a { background-color: #02ACDB; }
a { background-color: rgb(2,172,219); }
div.DivClassName
{
background-color: #02ACDB;
}
.BgClassName
{
background-color: #02ACDB;
}
</style>
border-color css
<style>
span { border-color: #02ACDB; }
span { border-color: rgb(2,172,219); }
td.TdClassName
{
border-color: #02ACDB;
}
.TagClassName
{
border-color: #02ACDB;
}
</style>