Shades of Deep Sky Blue #14DAFE
Tints of Deep Sky Blue #14DAFE
RGB
CMYK
RGB Variations
Color information
#14DAFE (or 0x14DAFE) is known color: Deep Sky Blue. HEX triplet: 14, DA and FE. RGB value is (20,218,254). Sum of RGB (Red+Green+Blue) = 20+218+254=492 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.07% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #14DAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DAFE is #EB2501. Grayscale: #A2A2A2. Windows color (decimal): -15410434 or 16701972. OLE color: 16701972.
HSL color Cylindrical-coordinate representation of color #14DAFE: hue angle of 189.23º 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 #14DAFE is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 218 | 254 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.00 |
| HSL | 189.23º | 0.99% | 0.54% | - |
| HSV(B) | 189.23º | 0.92% | 1% | - |
| XYZ | 43.25 | 57.45 | 102.57 | - |
| YUV | 162.9 | 179.4 | 26.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 254 | 0.92 | 0.14 | 0 | 0.00 | 189.23 | 0.99 | 0.54 |
| Hex | 14 | DA | FE | 5C | E | 0 | 0 | BD | 63 | 36 |
| Octal | 24 | 332 | 376 | 134 | 16 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10100 | 11011010 | 11111110 | 1011100 | 1110 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #14DAFE
Complementary color
Monochromatic Colors of #14DAFE
Black with #14DAFE
Text Example
Text Example
White with #14DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DAFE; }
p { color: rgb(20,218,254); }
H1.HeaderClassName
{
color: #14DAFE;
}
.AnyTagClassName
{
color: #14DAFE;
}
</style>
background-color css
<style>
a { background-color: #14DAFE; }
a { background-color: rgb(20,218,254); }
div.DivClassName
{
background-color: #14DAFE;
}
.BgClassName
{
background-color: #14DAFE;
}
</style>
border-color css
<style>
span { border-color: #14DAFE; }
span { border-color: rgb(20,218,254); }
td.TdClassName
{
border-color: #14DAFE;
}
.TagClassName
{
border-color: #14DAFE;
}
</style>