Shades of Deep Sky Blue #14DCFE
Tints of Deep Sky Blue #14DCFE
RGB
CMYK
RGB Variations
Color information
#14DCFE (or 0x14DCFE) is known color: Deep Sky Blue. HEX triplet: 14, DC and FE. RGB value is (20,220,254). Sum of RGB (Red+Green+Blue) = 20+220+254=494 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.05% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #14DCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DCFE is #EB2301. Grayscale: #A3A3A3. Windows color (decimal): -15409922 or 16702484. OLE color: 16702484.
HSL color Cylindrical-coordinate representation of color #14DCFE: hue angle of 188.72º 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 #14DCFE is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 220 | 254 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.00 |
| HSL | 188.72º | 0.99% | 0.54% | - |
| HSV(B) | 188.72º | 0.92% | 1% | - |
| XYZ | 43.77 | 58.49 | 102.75 | - |
| YUV | 164.08 | 178.74 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 254 | 0.92 | 0.13 | 0 | 0.00 | 188.72 | 0.99 | 0.54 |
| Hex | 14 | DC | FE | 5C | D | 0 | 0 | BD | 63 | 36 |
| Octal | 24 | 334 | 376 | 134 | 15 | 0 | 0 | 275 | 143 | 66 |
| Binary | 10100 | 11011100 | 11111110 | 1011100 | 1101 | 0 | 0 | 10111101 | 1100011 | 110110 |
Color Harmonies of #14DCFE
Complementary color
Monochromatic Colors of #14DCFE
Black with #14DCFE
Text Example
Text Example
White with #14DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DCFE; }
p { color: rgb(20,220,254); }
H1.HeaderClassName
{
color: #14DCFE;
}
.AnyTagClassName
{
color: #14DCFE;
}
</style>
background-color css
<style>
a { background-color: #14DCFE; }
a { background-color: rgb(20,220,254); }
div.DivClassName
{
background-color: #14DCFE;
}
.BgClassName
{
background-color: #14DCFE;
}
</style>
border-color css
<style>
span { border-color: #14DCFE; }
span { border-color: rgb(20,220,254); }
td.TdClassName
{
border-color: #14DCFE;
}
.TagClassName
{
border-color: #14DCFE;
}
</style>