Shades of Deep Sky Blue #14D8F7
Tints of Deep Sky Blue #14D8F7
RGB
CMYK
RGB Variations
Color information
#14D8F7 (or 0x14D8F7) is known color: Deep Sky Blue. HEX triplet: 14, D8 and F7. RGB value is (20,216,247). Sum of RGB (Red+Green+Blue) = 20+216+247=483 (63% of max value = 765). Red value is 20 (8.20% from 255 or 4.14% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #14D8F7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D8F7 is #EB2708. Grayscale: #A0A0A0. Windows color (decimal): -15410953 or 16242708. OLE color: 16242708.
HSL color Cylindrical-coordinate representation of color #14D8F7: hue angle of 188.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14D8F7 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 216 | 247 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.03 |
| HSL | 188.19º | 0.93% | 0.52% | - |
| HSV(B) | 188.19º | 0.92% | 0.97% | - |
| XYZ | 41.63 | 55.98 | 96.61 | - |
| YUV | 160.93 | 176.57 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 247 | 0.92 | 0.13 | 0 | 0.03 | 188.19 | 0.93 | 0.52 |
| Hex | 14 | D8 | F7 | 5C | D | 0 | 3 | BC | 5D | 34 |
| Octal | 24 | 330 | 367 | 134 | 15 | 0 | 3 | 274 | 135 | 64 |
| Binary | 10100 | 11011000 | 11110111 | 1011100 | 1101 | 0 | 11 | 10111100 | 1011101 | 110100 |
Color Harmonies of #14D8F7
Complementary color
Monochromatic Colors of #14D8F7
Black with #14D8F7
Text Example
Text Example
White with #14D8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D8F7; }
p { color: rgb(20,216,247); }
H1.HeaderClassName
{
color: #14D8F7;
}
.AnyTagClassName
{
color: #14D8F7;
}
</style>
background-color css
<style>
a { background-color: #14D8F7; }
a { background-color: rgb(20,216,247); }
div.DivClassName
{
background-color: #14D8F7;
}
.BgClassName
{
background-color: #14D8F7;
}
</style>
border-color css
<style>
span { border-color: #14D8F7; }
span { border-color: rgb(20,216,247); }
td.TdClassName
{
border-color: #14D8F7;
}
.TagClassName
{
border-color: #14D8F7;
}
</style>