Shades of Iris Blue #02ADB6
Tints of Iris Blue #02ADB6
RGB
CMYK
RGB Variations
Color information
#02ADB6 (or 0x02ADB6) is known color: Iris Blue. HEX triplet: 02, AD and B6. RGB value is (2,173,182). Sum of RGB (Red+Green+Blue) = 2+173+182=357 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #02ADB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADB6 is #FD5249. Grayscale: #7A7A7A. Windows color (decimal): -16601674 or 11971842. OLE color: 11971842.
HSL color Cylindrical-coordinate representation of color #02ADB6: hue angle of 183º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADB6 is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 173 | 182 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.29 |
| HSL | 183º | 0.98% | 0.36% | - |
| HSV(B) | 183º | 0.99% | 0.71% | - |
| XYZ | 23.41 | 33.28 | 49.45 | - |
| YUV | 122.9 | 161.35 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 182 | 0.99 | 0.05 | 0 | 0.29 | 183 | 0.98 | 0.36 |
| Hex | 2 | AD | B6 | 63 | 5 | 0 | 1D | B7 | 62 | 24 |
| Octal | 2 | 255 | 266 | 143 | 5 | 0 | 35 | 267 | 142 | 44 |
| Binary | 10 | 10101101 | 10110110 | 1100011 | 101 | 0 | 11101 | 10110111 | 1100010 | 100100 |
Color Harmonies of #02ADB6
Complementary color
Monochromatic Colors of #02ADB6
Black with #02ADB6
Text Example
Text Example
White with #02ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADB6; }
p { color: rgb(2,173,182); }
H1.HeaderClassName
{
color: #02ADB6;
}
.AnyTagClassName
{
color: #02ADB6;
}
</style>
background-color css
<style>
a { background-color: #02ADB6; }
a { background-color: rgb(2,173,182); }
div.DivClassName
{
background-color: #02ADB6;
}
.BgClassName
{
background-color: #02ADB6;
}
</style>
border-color css
<style>
span { border-color: #02ADB6; }
span { border-color: rgb(2,173,182); }
td.TdClassName
{
border-color: #02ADB6;
}
.TagClassName
{
border-color: #02ADB6;
}
</style>