Shades of Deep Sky Blue #00ADEC
Tints of Deep Sky Blue #00ADEC
RGB
CMYK
RGB Variations
Color information
#00ADEC (or 0x00ADEC) is known color: Deep Sky Blue. HEX triplet: 00, AD and EC. RGB value is (0,173,236). Sum of RGB (Red+Green+Blue) = 0+173+236=409 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #00ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ADEC is #FF5213. Grayscale: #808080. Windows color (decimal): -16732692 or 15510784. OLE color: 15510784.
HSL color Cylindrical-coordinate representation of color #00ADEC: hue angle of 196.02º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADEC is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 173 | 236 | - |
| CMYK | 1 | 0.27 | 0 | 0.07 |
| HSL | 196.02º | 1% | 0.46% | - |
| HSV(B) | 196.02º | 1% | 0.93% | - |
| XYZ | 30.08 | 35.94 | 84.71 | - |
| YUV | 128.46 | 188.69 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 236 | 1 | 0.27 | 0 | 0.07 | 196.02 | 1 | 0.46 |
| Hex | 0 | AD | EC | 64 | 1B | 0 | 7 | C4 | 64 | 2E |
| Octal | 0 | 255 | 354 | 144 | 33 | 0 | 7 | 304 | 144 | 56 |
| Binary | 0 | 10101101 | 11101100 | 1100100 | 11011 | 0 | 111 | 11000100 | 1100100 | 101110 |
Color Harmonies of #00ADEC
Complementary color
Monochromatic Colors of #00ADEC
Black with #00ADEC
Text Example
Text Example
White with #00ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADEC; }
p { color: rgb(0,173,236); }
H1.HeaderClassName
{
color: #00ADEC;
}
.AnyTagClassName
{
color: #00ADEC;
}
</style>
background-color css
<style>
a { background-color: #00ADEC; }
a { background-color: rgb(0,173,236); }
div.DivClassName
{
background-color: #00ADEC;
}
.BgClassName
{
background-color: #00ADEC;
}
</style>
border-color css
<style>
span { border-color: #00ADEC; }
span { border-color: rgb(0,173,236); }
td.TdClassName
{
border-color: #00ADEC;
}
.TagClassName
{
border-color: #00ADEC;
}
</style>