Shades of Deep Sky Blue #14D0EF
Tints of Deep Sky Blue #14D0EF
RGB
CMYK
RGB Variations
Color information
#14D0EF (or 0x14D0EF) is known color: Deep Sky Blue. HEX triplet: 14, D0 and EF. RGB value is (20,208,239). Sum of RGB (Red+Green+Blue) = 20+208+239=467 (61% of max value = 765). Red value is 20 (8.20% from 255 or 4.28% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #14D0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D0EF is #EB2F10. Grayscale: #9B9B9B. Windows color (decimal): -15413009 or 15716372. OLE color: 15716372.
HSL color Cylindrical-coordinate representation of color #14D0EF: hue angle of 188.49º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14D0EF is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 208 | 239 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.06 |
| HSL | 188.49º | 0.87% | 0.51% | - |
| HSV(B) | 188.49º | 0.92% | 0.94% | - |
| XYZ | 38.42 | 51.49 | 89.58 | - |
| YUV | 155.32 | 175.22 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 239 | 0.92 | 0.13 | 0 | 0.06 | 188.49 | 0.87 | 0.51 |
| Hex | 14 | D0 | EF | 5C | D | 0 | 6 | BC | 57 | 33 |
| Octal | 24 | 320 | 357 | 134 | 15 | 0 | 6 | 274 | 127 | 63 |
| Binary | 10100 | 11010000 | 11101111 | 1011100 | 1101 | 0 | 110 | 10111100 | 1010111 | 110011 |
Color Harmonies of #14D0EF
Complementary color
Monochromatic Colors of #14D0EF
Black with #14D0EF
Text Example
Text Example
White with #14D0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D0EF; }
p { color: rgb(20,208,239); }
H1.HeaderClassName
{
color: #14D0EF;
}
.AnyTagClassName
{
color: #14D0EF;
}
</style>
background-color css
<style>
a { background-color: #14D0EF; }
a { background-color: rgb(20,208,239); }
div.DivClassName
{
background-color: #14D0EF;
}
.BgClassName
{
background-color: #14D0EF;
}
</style>
border-color css
<style>
span { border-color: #14D0EF; }
span { border-color: rgb(20,208,239); }
td.TdClassName
{
border-color: #14D0EF;
}
.TagClassName
{
border-color: #14D0EF;
}
</style>