Shades of Deep Sky Blue #14DEFF
Tints of Deep Sky Blue #14DEFF
RGB
CMYK
RGB Variations
Color information
#14DEFF (or 0x14DEFF) is known color: Deep Sky Blue. HEX triplet: 14, DE and FF. RGB value is (20,222,255). Sum of RGB (Red+Green+Blue) = 20+222+255=497 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.02% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DEFF is #EB2100. Grayscale: #A5A5A5. Windows color (decimal): -15409409 or 16768532. OLE color: 16768532.
HSL color Cylindrical-coordinate representation of color #14DEFF: hue angle of 188.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DEFF is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 222 | 255 | - |
| CMYK | 0.92 | 0.13 | 0 | 0 |
| HSL | 188.43º | 1% | 0.54% | - |
| HSV(B) | 188.43º | 0.92% | 1% | - |
| XYZ | 44.46 | 59.61 | 103.77 | - |
| YUV | 165.36 | 178.58 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 222 | 255 | 0.92 | 0.13 | 0 | 0 | 188.43 | 1 | 0.54 |
| Hex | 14 | DE | FF | 5C | D | 0 | 0 | BC | 64 | 36 |
| Octal | 24 | 336 | 377 | 134 | 15 | 0 | 0 | 274 | 144 | 66 |
| Binary | 10100 | 11011110 | 11111111 | 1011100 | 1101 | 0 | 0 | 10111100 | 1100100 | 110110 |
Color Harmonies of #14DEFF
Complementary color
Monochromatic Colors of #14DEFF
Black with #14DEFF
Text Example
Text Example
White with #14DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DEFF; }
p { color: rgb(20,222,255); }
H1.HeaderClassName
{
color: #14DEFF;
}
.AnyTagClassName
{
color: #14DEFF;
}
</style>
background-color css
<style>
a { background-color: #14DEFF; }
a { background-color: rgb(20,222,255); }
div.DivClassName
{
background-color: #14DEFF;
}
.BgClassName
{
background-color: #14DEFF;
}
</style>
border-color css
<style>
span { border-color: #14DEFF; }
span { border-color: rgb(20,222,255); }
td.TdClassName
{
border-color: #14DEFF;
}
.TagClassName
{
border-color: #14DEFF;
}
</style>