Shades of Deep Sky Blue #14ADE6
Tints of Deep Sky Blue #14ADE6
RGB
CMYK
RGB Variations
Color information
#14ADE6 (or 0x14ADE6) is known color: Deep Sky Blue. HEX triplet: 14, AD and E6. RGB value is (20,173,230). Sum of RGB (Red+Green+Blue) = 20+173+230=423 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.73% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #14ADE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADE6 is #EB5219. Grayscale: #858585. Windows color (decimal): -15421978 or 15117588. OLE color: 15117588.
HSL color Cylindrical-coordinate representation of color #14ADE6: hue angle of 196.29º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14ADE6 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 20 | 173 | 230 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.10 |
| HSL | 196.29º | 0.84% | 0.49% | - |
| HSV(B) | 196.29º | 0.91% | 0.9% | - |
| XYZ | 29.51 | 35.75 | 80.21 | - |
| YUV | 133.75 | 182.31 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 230 | 0.91 | 0.25 | 0 | 0.10 | 196.29 | 0.84 | 0.49 |
| Hex | 14 | AD | E6 | 5B | 19 | 0 | A | C4 | 54 | 31 |
| Octal | 24 | 255 | 346 | 133 | 31 | 0 | 12 | 304 | 124 | 61 |
| Binary | 10100 | 10101101 | 11100110 | 1011011 | 11001 | 0 | 1010 | 11000100 | 1010100 | 110001 |
Color Harmonies of #14ADE6
Complementary color
Monochromatic Colors of #14ADE6
Black with #14ADE6
Text Example
Text Example
White with #14ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADE6; }
p { color: rgb(20,173,230); }
H1.HeaderClassName
{
color: #14ADE6;
}
.AnyTagClassName
{
color: #14ADE6;
}
</style>
background-color css
<style>
a { background-color: #14ADE6; }
a { background-color: rgb(20,173,230); }
div.DivClassName
{
background-color: #14ADE6;
}
.BgClassName
{
background-color: #14ADE6;
}
</style>
border-color css
<style>
span { border-color: #14ADE6; }
span { border-color: rgb(20,173,230); }
td.TdClassName
{
border-color: #14ADE6;
}
.TagClassName
{
border-color: #14ADE6;
}
</style>