Shades of Iris Blue #02ADDB
Tints of Iris Blue #02ADDB
RGB
CMYK
RGB Variations
Color information
#02ADDB (or 0x02ADDB) is known color: Iris Blue. HEX triplet: 02, AD and DB. RGB value is (2,173,219). Sum of RGB (Red+Green+Blue) = 2+173+219=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #02ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADDB is #FD5224. Grayscale: #7E7E7E. Windows color (decimal): -16601637 or 14396674. OLE color: 14396674.
HSL color Cylindrical-coordinate representation of color #02ADDB: hue angle of 192.72º 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 #02ADDB is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 173 | 219 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.14 |
| HSL | 192.72º | 0.98% | 0.43% | - |
| HSV(B) | 192.72º | 0.99% | 0.86% | - |
| XYZ | 27.75 | 35.01 | 72.31 | - |
| YUV | 127.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 219 | 0.99 | 0.21 | 0 | 0.14 | 192.72 | 0.98 | 0.43 |
| Hex | 2 | AD | DB | 63 | 15 | 0 | E | C1 | 62 | 2B |
| Octal | 2 | 255 | 333 | 143 | 25 | 0 | 16 | 301 | 142 | 53 |
| Binary | 10 | 10101101 | 11011011 | 1100011 | 10101 | 0 | 1110 | 11000001 | 1100010 | 101011 |
Color Harmonies of #02ADDB
Complementary color
Monochromatic Colors of #02ADDB
Black with #02ADDB
Text Example
Text Example
White with #02ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADDB; }
p { color: rgb(2,173,219); }
H1.HeaderClassName
{
color: #02ADDB;
}
.AnyTagClassName
{
color: #02ADDB;
}
</style>
background-color css
<style>
a { background-color: #02ADDB; }
a { background-color: rgb(2,173,219); }
div.DivClassName
{
background-color: #02ADDB;
}
.BgClassName
{
background-color: #02ADDB;
}
</style>
border-color css
<style>
span { border-color: #02ADDB; }
span { border-color: rgb(2,173,219); }
td.TdClassName
{
border-color: #02ADDB;
}
.TagClassName
{
border-color: #02ADDB;
}
</style>