Shades of Deep Sky Blue #14ADEC
Tints of Deep Sky Blue #14ADEC
RGB
CMYK
RGB Variations
Color information
#14ADEC (or 0x14ADEC) is known color: Deep Sky Blue. HEX triplet: 14, AD and EC. RGB value is (20,173,236). Sum of RGB (Red+Green+Blue) = 20+173+236=429 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.66% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #14ADEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADEC is #EB5213. Grayscale: #868686. Windows color (decimal): -15421972 or 15510804. OLE color: 15510804.
HSL color Cylindrical-coordinate representation of color #14ADEC: hue angle of 197.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ADEC is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 173 | 236 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.07 |
| HSL | 197.5º | 0.85% | 0.5% | - |
| HSV(B) | 197.5º | 0.92% | 0.93% | - |
| XYZ | 30.37 | 36.09 | 84.72 | - |
| YUV | 134.44 | 185.31 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 236 | 0.92 | 0.27 | 0 | 0.07 | 197.5 | 0.85 | 0.5 |
| Hex | 14 | AD | EC | 5C | 1B | 0 | 7 | C6 | 55 | 32 |
| Octal | 24 | 255 | 354 | 134 | 33 | 0 | 7 | 306 | 125 | 62 |
| Binary | 10100 | 10101101 | 11101100 | 1011100 | 11011 | 0 | 111 | 11000110 | 1010101 | 110010 |
Color Harmonies of #14ADEC
Complementary color
Monochromatic Colors of #14ADEC
Black with #14ADEC
Text Example
Text Example
White with #14ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADEC; }
p { color: rgb(20,173,236); }
H1.HeaderClassName
{
color: #14ADEC;
}
.AnyTagClassName
{
color: #14ADEC;
}
</style>
background-color css
<style>
a { background-color: #14ADEC; }
a { background-color: rgb(20,173,236); }
div.DivClassName
{
background-color: #14ADEC;
}
.BgClassName
{
background-color: #14ADEC;
}
</style>
border-color css
<style>
span { border-color: #14ADEC; }
span { border-color: rgb(20,173,236); }
td.TdClassName
{
border-color: #14ADEC;
}
.TagClassName
{
border-color: #14ADEC;
}
</style>