Shades of Deep Sky Blue #14DBFE
Tints of Deep Sky Blue #14DBFE
RGB
CMYK
RGB Variations
Color information
#14DBFE (or 0x14DBFE) is known color: Deep Sky Blue. HEX triplet: 14, DB and FE. RGB value is (20,219,254). Sum of RGB (Red+Green+Blue) = 20+219+254=493 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.06% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #14DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DBFE is #EB2401. Grayscale: #A3A3A3. Windows color (decimal): -15410178 or 16702228. OLE color: 16702228.
HSL color Cylindrical-coordinate representation of color #14DBFE: hue angle of 188.97º 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 #14DBFE is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 219 | 254 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.00 |
| HSL | 188.97º | 0.99% | 0.54% | - |
| HSV(B) | 188.97º | 0.92% | 1% | - |
| XYZ | 43.51 | 57.97 | 102.66 | - |
| YUV | 163.49 | 179.07 | 25.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 254 | 0.92 | 0.14 | 0 | 0.00 | 188.97 | 0.99 | 0.54 |
| Hex | 14 | DB | FE | 5C | E | 0 | 0 | BD | 63 | 36 |
| Octal | 24 | 333 | 376 | 134 | 16 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10100 | 11011011 | 11111110 | 1011100 | 1110 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #14DBFE
Complementary color
Monochromatic Colors of #14DBFE
Black with #14DBFE
Text Example
Text Example
White with #14DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBFE; }
p { color: rgb(20,219,254); }
H1.HeaderClassName
{
color: #14DBFE;
}
.AnyTagClassName
{
color: #14DBFE;
}
</style>
background-color css
<style>
a { background-color: #14DBFE; }
a { background-color: rgb(20,219,254); }
div.DivClassName
{
background-color: #14DBFE;
}
.BgClassName
{
background-color: #14DBFE;
}
</style>
border-color css
<style>
span { border-color: #14DBFE; }
span { border-color: rgb(20,219,254); }
td.TdClassName
{
border-color: #14DBFE;
}
.TagClassName
{
border-color: #14DBFE;
}
</style>