Shades of Deep Sky Blue #14ADFC
Tints of Deep Sky Blue #14ADFC
RGB
CMYK
RGB Variations
Color information
#14ADFC (or 0x14ADFC) is known color: Deep Sky Blue. HEX triplet: 14, AD and FC. RGB value is (20,173,252). Sum of RGB (Red+Green+Blue) = 20+173+252=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #14ADFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADFC is #EB5203. Grayscale: #878787. Windows color (decimal): -15421956 or 16559380. OLE color: 16559380.
HSL color Cylindrical-coordinate representation of color #14ADFC: hue angle of 200.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ADFC is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 173 | 252 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.01 |
| HSL | 200.43º | 0.97% | 0.53% | - |
| HSV(B) | 200.43º | 0.92% | 0.99% | - |
| XYZ | 32.8 | 37.06 | 97.52 | - |
| YUV | 136.26 | 193.31 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 252 | 0.92 | 0.31 | 0 | 0.01 | 200.43 | 0.97 | 0.53 |
| Hex | 14 | AD | FC | 5C | 1F | 0 | 1 | C8 | 61 | 35 |
| Octal | 24 | 255 | 374 | 134 | 37 | 0 | 1 | 310 | 141 | 65 |
| Binary | 10100 | 10101101 | 11111100 | 1011100 | 11111 | 0 | 1 | 11001000 | 1100001 | 110101 |
Color Harmonies of #14ADFC
Complementary color
Monochromatic Colors of #14ADFC
Black with #14ADFC
Text Example
Text Example
White with #14ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADFC; }
p { color: rgb(20,173,252); }
H1.HeaderClassName
{
color: #14ADFC;
}
.AnyTagClassName
{
color: #14ADFC;
}
</style>
background-color css
<style>
a { background-color: #14ADFC; }
a { background-color: rgb(20,173,252); }
div.DivClassName
{
background-color: #14ADFC;
}
.BgClassName
{
background-color: #14ADFC;
}
</style>
border-color css
<style>
span { border-color: #14ADFC; }
span { border-color: rgb(20,173,252); }
td.TdClassName
{
border-color: #14ADFC;
}
.TagClassName
{
border-color: #14ADFC;
}
</style>