Shades of Deep Sky Blue #14DCFD
Tints of Deep Sky Blue #14DCFD
RGB
CMYK
RGB Variations
Color information
#14DCFD (or 0x14DCFD) is known color: Deep Sky Blue. HEX triplet: 14, DC and FD. RGB value is (20,220,253). Sum of RGB (Red+Green+Blue) = 20+220+253=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #14DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCFD is #EB2302. Grayscale: #A3A3A3. Windows color (decimal): -15409923 or 16636948. OLE color: 16636948.
HSL color Cylindrical-coordinate representation of color #14DCFD: hue angle of 188.5º 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 #14DCFD is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 220 | 253 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.01 |
| HSL | 188.5º | 0.98% | 0.54% | - |
| HSV(B) | 188.5º | 0.92% | 0.99% | - |
| XYZ | 43.61 | 58.43 | 101.91 | - |
| YUV | 163.96 | 178.24 | 25.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 253 | 0.92 | 0.13 | 0 | 0.01 | 188.5 | 0.98 | 0.54 |
| Hex | 14 | DC | FD | 5C | D | 0 | 1 | BC | 62 | 36 |
| Octal | 24 | 334 | 375 | 134 | 15 | 0 | 1 | 274 | 142 | 66 |
| Binary | 10100 | 11011100 | 11111101 | 1011100 | 1101 | 0 | 1 | 10111100 | 1100010 | 110110 |
Color Harmonies of #14DCFD
Complementary color
Monochromatic Colors of #14DCFD
Black with #14DCFD
Text Example
Text Example
White with #14DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCFD; }
p { color: rgb(20,220,253); }
H1.HeaderClassName
{
color: #14DCFD;
}
.AnyTagClassName
{
color: #14DCFD;
}
</style>
background-color css
<style>
a { background-color: #14DCFD; }
a { background-color: rgb(20,220,253); }
div.DivClassName
{
background-color: #14DCFD;
}
.BgClassName
{
background-color: #14DCFD;
}
</style>
border-color css
<style>
span { border-color: #14DCFD; }
span { border-color: rgb(20,220,253); }
td.TdClassName
{
border-color: #14DCFD;
}
.TagClassName
{
border-color: #14DCFD;
}
</style>