Shades of Deep Sky Blue #14DDFF
Tints of Deep Sky Blue #14DDFF
RGB
CMYK
RGB Variations
Color information
#14DDFF (or 0x14DDFF) is known color: Deep Sky Blue. HEX triplet: 14, DD and FF. RGB value is (20,221,255). Sum of RGB (Red+Green+Blue) = 20+221+255=496 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.03% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DDFF is #EB2200. Grayscale: #A4A4A4. Windows color (decimal): -15409665 or 16768276. OLE color: 16768276.
HSL color Cylindrical-coordinate representation of color #14DDFF: hue angle of 188.68º 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 #14DDFF is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 221 | 255 | - |
| CMYK | 0.92 | 0.13 | 0 | 0 |
| HSL | 188.68º | 1% | 0.54% | - |
| HSV(B) | 188.68º | 0.92% | 1% | - |
| XYZ | 44.19 | 59.08 | 103.68 | - |
| YUV | 164.78 | 178.91 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 221 | 255 | 0.92 | 0.13 | 0 | 0 | 188.68 | 1 | 0.54 |
| Hex | 14 | DD | FF | 5C | D | 0 | 0 | BD | 64 | 36 |
| Octal | 24 | 335 | 377 | 134 | 15 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10100 | 11011101 | 11111111 | 1011100 | 1101 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #14DDFF
Complementary color
Monochromatic Colors of #14DDFF
Black with #14DDFF
Text Example
Text Example
White with #14DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DDFF; }
p { color: rgb(20,221,255); }
H1.HeaderClassName
{
color: #14DDFF;
}
.AnyTagClassName
{
color: #14DDFF;
}
</style>
background-color css
<style>
a { background-color: #14DDFF; }
a { background-color: rgb(20,221,255); }
div.DivClassName
{
background-color: #14DDFF;
}
.BgClassName
{
background-color: #14DDFF;
}
</style>
border-color css
<style>
span { border-color: #14DDFF; }
span { border-color: rgb(20,221,255); }
td.TdClassName
{
border-color: #14DDFF;
}
.TagClassName
{
border-color: #14DDFF;
}
</style>