Shades of Deep Sky Blue #14CEFD
Tints of Deep Sky Blue #14CEFD
RGB
CMYK
RGB Variations
Color information
#14CEFD (or 0x14CEFD) is known color: Deep Sky Blue. HEX triplet: 14, CE and FD. RGB value is (20,206,253). Sum of RGB (Red+Green+Blue) = 20+206+253=479 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.18% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #14CEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14CEFD is #EB3102. Grayscale: #9B9B9B. Windows color (decimal): -15413507 or 16633364. OLE color: 16633364.
HSL color Cylindrical-coordinate representation of color #14CEFD: hue angle of 192.1º 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 #14CEFD is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 206 | 253 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.01 |
| HSL | 192.1º | 0.98% | 0.54% | - |
| HSV(B) | 192.1º | 0.92% | 0.99% | - |
| XYZ | 40.09 | 51.38 | 100.73 | - |
| YUV | 155.74 | 182.88 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 253 | 0.92 | 0.19 | 0 | 0.01 | 192.1 | 0.98 | 0.54 |
| Hex | 14 | CE | FD | 5C | 13 | 0 | 1 | C0 | 62 | 36 |
| Octal | 24 | 316 | 375 | 134 | 23 | 0 | 1 | 300 | 142 | 66 |
| Binary | 10100 | 11001110 | 11111101 | 1011100 | 10011 | 0 | 1 | 11000000 | 1100010 | 110110 |
Color Harmonies of #14CEFD
Complementary color
Monochromatic Colors of #14CEFD
Black with #14CEFD
Text Example
Text Example
White with #14CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CEFD; }
p { color: rgb(20,206,253); }
H1.HeaderClassName
{
color: #14CEFD;
}
.AnyTagClassName
{
color: #14CEFD;
}
</style>
background-color css
<style>
a { background-color: #14CEFD; }
a { background-color: rgb(20,206,253); }
div.DivClassName
{
background-color: #14CEFD;
}
.BgClassName
{
background-color: #14CEFD;
}
</style>
border-color css
<style>
span { border-color: #14CEFD; }
span { border-color: rgb(20,206,253); }
td.TdClassName
{
border-color: #14CEFD;
}
.TagClassName
{
border-color: #14CEFD;
}
</style>