Shades of Deep Sky Blue #14ADF0
Tints of Deep Sky Blue #14ADF0
RGB
CMYK
RGB Variations
Color information
#14ADF0 (or 0x14ADF0) is known color: Deep Sky Blue. HEX triplet: 14, AD and F0. RGB value is (20,173,240). Sum of RGB (Red+Green+Blue) = 20+173+240=433 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.62% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 240 (94.14% from 255 or 55.43% from 433); Max value from RGB is 240 - color contains mainly: blue. Hex color #14ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADF0 is #EB520F. Grayscale: #868686. Windows color (decimal): -15421968 or 15772948. OLE color: 15772948.
HSL color Cylindrical-coordinate representation of color #14ADF0: hue angle of 198.27º degrees, saturation: 0.88, 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 #14ADF0 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 173 | 240 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.06 |
| HSL | 198.27º | 0.88% | 0.51% | - |
| HSV(B) | 198.27º | 0.92% | 0.94% | - |
| XYZ | 30.96 | 36.33 | 87.82 | - |
| YUV | 134.89 | 187.31 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 240 | 0.92 | 0.28 | 0 | 0.06 | 198.27 | 0.88 | 0.51 |
| Hex | 14 | AD | F0 | 5C | 1C | 0 | 6 | C6 | 58 | 33 |
| Octal | 24 | 255 | 360 | 134 | 34 | 0 | 6 | 306 | 130 | 63 |
| Binary | 10100 | 10101101 | 11110000 | 1011100 | 11100 | 0 | 110 | 11000110 | 1011000 | 110011 |
Color Harmonies of #14ADF0
Complementary color
Monochromatic Colors of #14ADF0
Black with #14ADF0
Text Example
Text Example
White with #14ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADF0; }
p { color: rgb(20,173,240); }
H1.HeaderClassName
{
color: #14ADF0;
}
.AnyTagClassName
{
color: #14ADF0;
}
</style>
background-color css
<style>
a { background-color: #14ADF0; }
a { background-color: rgb(20,173,240); }
div.DivClassName
{
background-color: #14ADF0;
}
.BgClassName
{
background-color: #14ADF0;
}
</style>
border-color css
<style>
span { border-color: #14ADF0; }
span { border-color: rgb(20,173,240); }
td.TdClassName
{
border-color: #14ADF0;
}
.TagClassName
{
border-color: #14ADF0;
}
</style>