Shades of Deep Sky Blue #14ABFC
Tints of Deep Sky Blue #14ABFC
RGB
CMYK
RGB Variations
Color information
#14ABFC (or 0x14ABFC) is known color: Deep Sky Blue. HEX triplet: 14, AB and FC. RGB value is (20,171,252). Sum of RGB (Red+Green+Blue) = 20+171+252=443 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.51% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #14ABFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ABFC is #EB5403. Grayscale: #868686. Windows color (decimal): -15422468 or 16558868. OLE color: 16558868.
HSL color Cylindrical-coordinate representation of color #14ABFC: hue angle of 200.95º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14ABFC is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 171 | 252 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.01 |
| HSL | 200.95º | 0.97% | 0.53% | - |
| HSV(B) | 200.95º | 0.92% | 0.99% | - |
| XYZ | 32.42 | 36.3 | 97.39 | - |
| YUV | 135.09 | 193.97 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 252 | 0.92 | 0.32 | 0 | 0.01 | 200.95 | 0.97 | 0.53 |
| Hex | 14 | AB | FC | 5C | 20 | 0 | 1 | C9 | 61 | 35 |
| Octal | 24 | 253 | 374 | 134 | 40 | 0 | 1 | 311 | 141 | 65 |
| Binary | 10100 | 10101011 | 11111100 | 1011100 | 100000 | 0 | 1 | 11001001 | 1100001 | 110101 |
Color Harmonies of #14ABFC
Complementary color
Monochromatic Colors of #14ABFC
Black with #14ABFC
Text Example
Text Example
White with #14ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABFC; }
p { color: rgb(20,171,252); }
H1.HeaderClassName
{
color: #14ABFC;
}
.AnyTagClassName
{
color: #14ABFC;
}
</style>
background-color css
<style>
a { background-color: #14ABFC; }
a { background-color: rgb(20,171,252); }
div.DivClassName
{
background-color: #14ABFC;
}
.BgClassName
{
background-color: #14ABFC;
}
</style>
border-color css
<style>
span { border-color: #14ABFC; }
span { border-color: rgb(20,171,252); }
td.TdClassName
{
border-color: #14ABFC;
}
.TagClassName
{
border-color: #14ABFC;
}
</style>