Shades of Iris Blue #02ADD5
Tints of Iris Blue #02ADD5
RGB
CMYK
RGB Variations
Color information
#02ADD5 (or 0x02ADD5) is known color: Iris Blue. HEX triplet: 02, AD and D5. RGB value is (2,173,213). Sum of RGB (Red+Green+Blue) = 2+173+213=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #02ADD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #02ADD5 is #FD522A. Grayscale: #7E7E7E. Windows color (decimal): -16601643 or 14003458. OLE color: 14003458.
HSL color Cylindrical-coordinate representation of color #02ADD5: hue angle of 191.37º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADD5 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 173 | 213 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.16 |
| HSL | 191.37º | 0.98% | 0.42% | - |
| HSV(B) | 191.37º | 0.99% | 0.84% | - |
| XYZ | 26.98 | 34.7 | 68.23 | - |
| YUV | 126.43 | 176.85 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 213 | 0.99 | 0.19 | 0 | 0.16 | 191.37 | 0.98 | 0.42 |
| Hex | 2 | AD | D5 | 63 | 13 | 0 | 10 | BF | 62 | 2A |
| Octal | 2 | 255 | 325 | 143 | 23 | 0 | 20 | 277 | 142 | 52 |
| Binary | 10 | 10101101 | 11010101 | 1100011 | 10011 | 0 | 10000 | 10111111 | 1100010 | 101010 |
Color Harmonies of #02ADD5
Complementary color
Monochromatic Colors of #02ADD5
Black with #02ADD5
Text Example
Text Example
White with #02ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADD5; }
p { color: rgb(2,173,213); }
H1.HeaderClassName
{
color: #02ADD5;
}
.AnyTagClassName
{
color: #02ADD5;
}
</style>
background-color css
<style>
a { background-color: #02ADD5; }
a { background-color: rgb(2,173,213); }
div.DivClassName
{
background-color: #02ADD5;
}
.BgClassName
{
background-color: #02ADD5;
}
</style>
border-color css
<style>
span { border-color: #02ADD5; }
span { border-color: rgb(2,173,213); }
td.TdClassName
{
border-color: #02ADD5;
}
.TagClassName
{
border-color: #02ADD5;
}
</style>