Shades of Deep Sky Blue #14DBFF
Tints of Deep Sky Blue #14DBFF
RGB
CMYK
RGB Variations
Color information
#14DBFF (or 0x14DBFF) is known color: Deep Sky Blue. HEX triplet: 14, DB and FF. RGB value is (20,219,255). Sum of RGB (Red+Green+Blue) = 20+219+255=494 (65% of max value = 765). Red value is 20 (8.20% from 255 or 4.05% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #14DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14DBFF is #EB2400. Grayscale: #A3A3A3. Windows color (decimal): -15410177 or 16767764. OLE color: 16767764.
HSL color Cylindrical-coordinate representation of color #14DBFF: hue angle of 189.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14DBFF is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 219 | 255 | - |
| CMYK | 0.92 | 0.14 | 0 | 0 |
| HSL | 189.19º | 1% | 0.54% | - |
| HSV(B) | 189.19º | 0.92% | 1% | - |
| XYZ | 43.67 | 58.03 | 103.51 | - |
| YUV | 163.6 | 179.57 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 255 | 0.92 | 0.14 | 0 | 0 | 189.19 | 1 | 0.54 |
| Hex | 14 | DB | FF | 5C | E | 0 | 0 | BD | 64 | 36 |
| Octal | 24 | 333 | 377 | 134 | 16 | 0 | 0 | 275 | 144 | 66 |
| Binary | 10100 | 11011011 | 11111111 | 1011100 | 1110 | 0 | 0 | 10111101 | 1100100 | 110110 |
Color Harmonies of #14DBFF
Complementary color
Monochromatic Colors of #14DBFF
Black with #14DBFF
Text Example
Text Example
White with #14DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DBFF; }
p { color: rgb(20,219,255); }
H1.HeaderClassName
{
color: #14DBFF;
}
.AnyTagClassName
{
color: #14DBFF;
}
</style>
background-color css
<style>
a { background-color: #14DBFF; }
a { background-color: rgb(20,219,255); }
div.DivClassName
{
background-color: #14DBFF;
}
.BgClassName
{
background-color: #14DBFF;
}
</style>
border-color css
<style>
span { border-color: #14DBFF; }
span { border-color: rgb(20,219,255); }
td.TdClassName
{
border-color: #14DBFF;
}
.TagClassName
{
border-color: #14DBFF;
}
</style>