Shades of Deep Sky Blue #14D3FF
Tints of Deep Sky Blue #14D3FF
RGB
CMYK
RGB Variations
Color information
#14D3FF (or 0x14D3FF) is known color: Deep Sky Blue. HEX triplet: 14, D3 and FF. RGB value is (20,211,255). Sum of RGB (Red+Green+Blue) = 20+211+255=486 (64% of max value = 765). Red value is 20 (8.20% from 255 or 4.12% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #14D3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #14D3FF is #EB2C00. Grayscale: #9E9E9E. Windows color (decimal): -15412225 or 16765716. OLE color: 16765716.
HSL color Cylindrical-coordinate representation of color #14D3FF: hue angle of 191.23º 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 #14D3FF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 211 | 255 | - |
| CMYK | 0.92 | 0.17 | 0 | 0 |
| HSL | 191.23º | 1% | 0.54% | - |
| HSV(B) | 191.23º | 0.92% | 1% | - |
| XYZ | 41.63 | 53.96 | 102.83 | - |
| YUV | 158.91 | 182.22 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 255 | 0.92 | 0.17 | 0 | 0 | 191.23 | 1 | 0.54 |
| Hex | 14 | D3 | FF | 5C | 11 | 0 | 0 | BF | 64 | 36 |
| Octal | 24 | 323 | 377 | 134 | 21 | 0 | 0 | 277 | 144 | 66 |
| Binary | 10100 | 11010011 | 11111111 | 1011100 | 10001 | 0 | 0 | 10111111 | 1100100 | 110110 |
Color Harmonies of #14D3FF
Complementary color
Monochromatic Colors of #14D3FF
Black with #14D3FF
Text Example
Text Example
White with #14D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D3FF; }
p { color: rgb(20,211,255); }
H1.HeaderClassName
{
color: #14D3FF;
}
.AnyTagClassName
{
color: #14D3FF;
}
</style>
background-color css
<style>
a { background-color: #14D3FF; }
a { background-color: rgb(20,211,255); }
div.DivClassName
{
background-color: #14D3FF;
}
.BgClassName
{
background-color: #14D3FF;
}
</style>
border-color css
<style>
span { border-color: #14D3FF; }
span { border-color: rgb(20,211,255); }
td.TdClassName
{
border-color: #14D3FF;
}
.TagClassName
{
border-color: #14D3FF;
}
</style>