Shades of Deep Sky Blue #14ADFD
Tints of Deep Sky Blue #14ADFD
RGB
CMYK
RGB Variations
Color information
#14ADFD (or 0x14ADFD) is known color: Deep Sky Blue. HEX triplet: 14, AD and FD. RGB value is (20,173,253). Sum of RGB (Red+Green+Blue) = 20+173+253=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #14ADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ADFD is #EB5202. Grayscale: #878787. Windows color (decimal): -15421955 or 16624916. OLE color: 16624916.
HSL color Cylindrical-coordinate representation of color #14ADFD: hue angle of 200.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ADFD is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 173 | 253 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.01 |
| HSL | 200.6º | 0.98% | 0.54% | - |
| HSV(B) | 200.6º | 0.92% | 0.99% | - |
| XYZ | 32.96 | 37.13 | 98.36 | - |
| YUV | 136.37 | 193.81 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 253 | 0.92 | 0.32 | 0 | 0.01 | 200.6 | 0.98 | 0.54 |
| Hex | 14 | AD | FD | 5C | 20 | 0 | 1 | C9 | 62 | 36 |
| Octal | 24 | 255 | 375 | 134 | 40 | 0 | 1 | 311 | 142 | 66 |
| Binary | 10100 | 10101101 | 11111101 | 1011100 | 100000 | 0 | 1 | 11001001 | 1100010 | 110110 |
Color Harmonies of #14ADFD
Complementary color
Monochromatic Colors of #14ADFD
Black with #14ADFD
Text Example
Text Example
White with #14ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ADFD; }
p { color: rgb(20,173,253); }
H1.HeaderClassName
{
color: #14ADFD;
}
.AnyTagClassName
{
color: #14ADFD;
}
</style>
background-color css
<style>
a { background-color: #14ADFD; }
a { background-color: rgb(20,173,253); }
div.DivClassName
{
background-color: #14ADFD;
}
.BgClassName
{
background-color: #14ADFD;
}
</style>
border-color css
<style>
span { border-color: #14ADFD; }
span { border-color: rgb(20,173,253); }
td.TdClassName
{
border-color: #14ADFD;
}
.TagClassName
{
border-color: #14ADFD;
}
</style>