Shades of Deep Sky Blue #14ADEF
Tints of Deep Sky Blue #14ADEF
RGB
CMYK
RGB Variations
Color information
#14ADEF (or 0x14ADEF) is known color: Deep Sky Blue. HEX triplet: 14, AD and EF. RGB value is (20,173,239). Sum of RGB (Red+Green+Blue) = 20+173+239=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #14ADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADEF is #EB5210. Grayscale: #868686. Windows color (decimal): -15421969 or 15707412. OLE color: 15707412.
HSL color Cylindrical-coordinate representation of color #14ADEF: hue angle of 198.08º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ADEF is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 173 | 239 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.06 |
| HSL | 198.08º | 0.87% | 0.51% | - |
| HSV(B) | 198.08º | 0.92% | 0.94% | - |
| XYZ | 30.81 | 36.27 | 87.04 | - |
| YUV | 134.78 | 186.81 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 239 | 0.92 | 0.28 | 0 | 0.06 | 198.08 | 0.87 | 0.51 |
| Hex | 14 | AD | EF | 5C | 1C | 0 | 6 | C6 | 57 | 33 |
| Octal | 24 | 255 | 357 | 134 | 34 | 0 | 6 | 306 | 127 | 63 |
| Binary | 10100 | 10101101 | 11101111 | 1011100 | 11100 | 0 | 110 | 11000110 | 1010111 | 110011 |
Color Harmonies of #14ADEF
Complementary color
Monochromatic Colors of #14ADEF
Black with #14ADEF
Text Example
Text Example
White with #14ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADEF; }
p { color: rgb(20,173,239); }
H1.HeaderClassName
{
color: #14ADEF;
}
.AnyTagClassName
{
color: #14ADEF;
}
</style>
background-color css
<style>
a { background-color: #14ADEF; }
a { background-color: rgb(20,173,239); }
div.DivClassName
{
background-color: #14ADEF;
}
.BgClassName
{
background-color: #14ADEF;
}
</style>
border-color css
<style>
span { border-color: #14ADEF; }
span { border-color: rgb(20,173,239); }
td.TdClassName
{
border-color: #14ADEF;
}
.TagClassName
{
border-color: #14ADEF;
}
</style>