Shades of Iris Blue #02ADB9
Tints of Iris Blue #02ADB9
RGB
CMYK
RGB Variations
Color information
#02ADB9 (or 0x02ADB9) is known color: Iris Blue. HEX triplet: 02, AD and B9. RGB value is (2,173,185). Sum of RGB (Red+Green+Blue) = 2+173+185=360 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #02ADB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADB9 is #FD5246. Grayscale: #7B7B7B. Windows color (decimal): -16601671 or 12168450. OLE color: 12168450.
HSL color Cylindrical-coordinate representation of color #02ADB9: hue angle of 183.93º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADB9 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 173 | 185 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.27 |
| HSL | 183.93º | 0.98% | 0.37% | - |
| HSV(B) | 183.93º | 0.99% | 0.73% | - |
| XYZ | 23.73 | 33.4 | 51.1 | - |
| YUV | 123.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 185 | 0.99 | 0.06 | 0 | 0.27 | 183.93 | 0.98 | 0.37 |
| Hex | 2 | AD | B9 | 63 | 6 | 0 | 1B | B8 | 62 | 25 |
| Octal | 2 | 255 | 271 | 143 | 6 | 0 | 33 | 270 | 142 | 45 |
| Binary | 10 | 10101101 | 10111001 | 1100011 | 110 | 0 | 11011 | 10111000 | 1100010 | 100101 |
Color Harmonies of #02ADB9
Complementary color
Monochromatic Colors of #02ADB9
Black with #02ADB9
Text Example
Text Example
White with #02ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADB9; }
p { color: rgb(2,173,185); }
H1.HeaderClassName
{
color: #02ADB9;
}
.AnyTagClassName
{
color: #02ADB9;
}
</style>
background-color css
<style>
a { background-color: #02ADB9; }
a { background-color: rgb(2,173,185); }
div.DivClassName
{
background-color: #02ADB9;
}
.BgClassName
{
background-color: #02ADB9;
}
</style>
border-color css
<style>
span { border-color: #02ADB9; }
span { border-color: rgb(2,173,185); }
td.TdClassName
{
border-color: #02ADB9;
}
.TagClassName
{
border-color: #02ADB9;
}
</style>