Shades of Deep Sky Blue #14D5FD
Tints of Deep Sky Blue #14D5FD
RGB
CMYK
RGB Variations
Color information
#14D5FD (or 0x14D5FD) is known color: Deep Sky Blue. HEX triplet: 14, D5 and FD. RGB value is (20,213,253). Sum of RGB (Red+Green+Blue) = 20+213+253=486 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #14D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D5FD is #EB2A02. Grayscale: #9F9F9F. Windows color (decimal): -15411715 or 16635156. OLE color: 16635156.
HSL color Cylindrical-coordinate representation of color #14D5FD: hue angle of 190.3º 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 #14D5FD is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 213 | 253 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.01 |
| HSL | 190.3º | 0.98% | 0.54% | - |
| HSV(B) | 190.3º | 0.92% | 0.99% | - |
| XYZ | 41.81 | 54.83 | 101.31 | - |
| YUV | 159.85 | 180.56 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 253 | 0.92 | 0.16 | 0 | 0.01 | 190.3 | 0.98 | 0.54 |
| Hex | 14 | D5 | FD | 5C | 10 | 0 | 1 | BE | 62 | 36 |
| Octal | 24 | 325 | 375 | 134 | 20 | 0 | 1 | 276 | 142 | 66 |
| Binary | 10100 | 11010101 | 11111101 | 1011100 | 10000 | 0 | 1 | 10111110 | 1100010 | 110110 |
Color Harmonies of #14D5FD
Complementary color
Monochromatic Colors of #14D5FD
Black with #14D5FD
Text Example
Text Example
White with #14D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D5FD; }
p { color: rgb(20,213,253); }
H1.HeaderClassName
{
color: #14D5FD;
}
.AnyTagClassName
{
color: #14D5FD;
}
</style>
background-color css
<style>
a { background-color: #14D5FD; }
a { background-color: rgb(20,213,253); }
div.DivClassName
{
background-color: #14D5FD;
}
.BgClassName
{
background-color: #14D5FD;
}
</style>
border-color css
<style>
span { border-color: #14D5FD; }
span { border-color: rgb(20,213,253); }
td.TdClassName
{
border-color: #14D5FD;
}
.TagClassName
{
border-color: #14D5FD;
}
</style>