Shades of Deep Sky Blue #02ADEC
Tints of Deep Sky Blue #02ADEC
RGB
CMYK
RGB Variations
Color information
#02ADEC (or 0x02ADEC) is known color: Deep Sky Blue. HEX triplet: 02, AD and EC. RGB value is (2,173,236). Sum of RGB (Red+Green+Blue) = 2+173+236=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #02ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02ADEC is #FD5213. Grayscale: #808080. Windows color (decimal): -16601620 or 15510786. OLE color: 15510786.
HSL color Cylindrical-coordinate representation of color #02ADEC: hue angle of 196.15º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ADEC is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 173 | 236 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.07 |
| HSL | 196.15º | 0.98% | 0.47% | - |
| HSV(B) | 196.15º | 0.99% | 0.93% | - |
| XYZ | 30.11 | 35.96 | 84.71 | - |
| YUV | 129.05 | 188.35 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 173 | 236 | 0.99 | 0.27 | 0 | 0.07 | 196.15 | 0.98 | 0.47 |
| Hex | 2 | AD | EC | 63 | 1B | 0 | 7 | C4 | 62 | 2F |
| Octal | 2 | 255 | 354 | 143 | 33 | 0 | 7 | 304 | 142 | 57 |
| Binary | 10 | 10101101 | 11101100 | 1100011 | 11011 | 0 | 111 | 11000100 | 1100010 | 101111 |
Color Harmonies of #02ADEC
Complementary color
Monochromatic Colors of #02ADEC
Black with #02ADEC
Text Example
Text Example
White with #02ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ADEC; }
p { color: rgb(2,173,236); }
H1.HeaderClassName
{
color: #02ADEC;
}
.AnyTagClassName
{
color: #02ADEC;
}
</style>
background-color css
<style>
a { background-color: #02ADEC; }
a { background-color: rgb(2,173,236); }
div.DivClassName
{
background-color: #02ADEC;
}
.BgClassName
{
background-color: #02ADEC;
}
</style>
border-color css
<style>
span { border-color: #02ADEC; }
span { border-color: rgb(2,173,236); }
td.TdClassName
{
border-color: #02ADEC;
}
.TagClassName
{
border-color: #02ADEC;
}
</style>