Shades of Deep Sky Blue #14AEEC
Tints of Deep Sky Blue #14AEEC
RGB
CMYK
RGB Variations
Color information
#14AEEC (or 0x14AEEC) is known color: Deep Sky Blue. HEX triplet: 14, AE and EC. RGB value is (20,174,236). Sum of RGB (Red+Green+Blue) = 20+174+236=430 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.65% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #14AEEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AEEC is #EB5113. Grayscale: #868686. Windows color (decimal): -15421716 or 15511060. OLE color: 15511060.
HSL color Cylindrical-coordinate representation of color #14AEEC: hue angle of 197.22º 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 #14AEEC is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 174 | 236 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.07 |
| HSL | 197.22º | 0.85% | 0.5% | - |
| HSV(B) | 197.22º | 0.92% | 0.93% | - |
| XYZ | 30.56 | 36.48 | 84.79 | - |
| YUV | 135.02 | 184.98 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 174 | 236 | 0.92 | 0.26 | 0 | 0.07 | 197.22 | 0.85 | 0.5 |
| Hex | 14 | AE | EC | 5C | 1A | 0 | 7 | C5 | 55 | 32 |
| Octal | 24 | 256 | 354 | 134 | 32 | 0 | 7 | 305 | 125 | 62 |
| Binary | 10100 | 10101110 | 11101100 | 1011100 | 11010 | 0 | 111 | 11000101 | 1010101 | 110010 |
Color Harmonies of #14AEEC
Complementary color
Monochromatic Colors of #14AEEC
Black with #14AEEC
Text Example
Text Example
White with #14AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AEEC; }
p { color: rgb(20,174,236); }
H1.HeaderClassName
{
color: #14AEEC;
}
.AnyTagClassName
{
color: #14AEEC;
}
</style>
background-color css
<style>
a { background-color: #14AEEC; }
a { background-color: rgb(20,174,236); }
div.DivClassName
{
background-color: #14AEEC;
}
.BgClassName
{
background-color: #14AEEC;
}
</style>
border-color css
<style>
span { border-color: #14AEEC; }
span { border-color: rgb(20,174,236); }
td.TdClassName
{
border-color: #14AEEC;
}
.TagClassName
{
border-color: #14AEEC;
}
</style>