Shades of Deep Sky Blue #14DEFE
Tints of Deep Sky Blue #14DEFE
RGB
CMYK
RGB Variations
Color information
#14DEFE (or 0x14DEFE) is known color: Deep Sky Blue. HEX triplet: 14, DE and FE. RGB value is (20,222,254). Sum of RGB (Red+Green+Blue) = 20+222+254=496 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.03% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #14DEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DEFE is #EB2101. Grayscale: #A4A4A4. Windows color (decimal): -15409410 or 16702996. OLE color: 16702996.
HSL color Cylindrical-coordinate representation of color #14DEFE: hue angle of 188.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DEFE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 222 | 254 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.00 |
| HSL | 188.21º | 0.99% | 0.54% | - |
| HSV(B) | 188.21º | 0.92% | 1% | - |
| XYZ | 44.3 | 59.55 | 102.92 | - |
| YUV | 165.25 | 178.08 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 254 | 0.92 | 0.13 | 0 | 0.00 | 188.21 | 0.99 | 0.54 |
| Hex | 14 | DE | FE | 5C | D | 0 | 0 | BC | 63 | 36 |
| Octal | 24 | 336 | 376 | 134 | 15 | 0 | 0 | 274 | 143 | 66 |
| Binary | 10100 | 11011110 | 11111110 | 1011100 | 1101 | 0 | 0 | 10111100 | 1100011 | 110110 |
Color Harmonies of #14DEFE
Complementary color
Monochromatic Colors of #14DEFE
Black with #14DEFE
Text Example
Text Example
White with #14DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEFE; }
p { color: rgb(20,222,254); }
H1.HeaderClassName
{
color: #14DEFE;
}
.AnyTagClassName
{
color: #14DEFE;
}
</style>
background-color css
<style>
a { background-color: #14DEFE; }
a { background-color: rgb(20,222,254); }
div.DivClassName
{
background-color: #14DEFE;
}
.BgClassName
{
background-color: #14DEFE;
}
</style>
border-color css
<style>
span { border-color: #14DEFE; }
span { border-color: rgb(20,222,254); }
td.TdClassName
{
border-color: #14DEFE;
}
.TagClassName
{
border-color: #14DEFE;
}
</style>