Shades of Deep Sky Blue #14ABFF
Tints of Deep Sky Blue #14ABFF
RGB
CMYK
RGB Variations
Color information
#14ABFF (or 0x14ABFF) is known color: Deep Sky Blue. HEX triplet: 14, AB and FF. RGB value is (20,171,255). Sum of RGB (Red+Green+Blue) = 20+171+255=446 (59% of max value = 765). Red value is 20 (8.20% from 255 or 4.48% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #14ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ABFF is #EB5400. Grayscale: #868686. Windows color (decimal): -15422465 or 16755476. OLE color: 16755476.
HSL color Cylindrical-coordinate representation of color #14ABFF: hue angle of 201.45º 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 #14ABFF is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 171 | 255 | - |
| CMYK | 0.92 | 0.33 | 0 | 0 |
| HSL | 201.45º | 1% | 0.54% | - |
| HSV(B) | 201.45º | 0.92% | 1% | - |
| XYZ | 32.9 | 36.49 | 99.92 | - |
| YUV | 135.43 | 195.47 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 255 | 0.92 | 0.33 | 0 | 0 | 201.45 | 1 | 0.54 |
| Hex | 14 | AB | FF | 5C | 21 | 0 | 0 | C9 | 64 | 36 |
| Octal | 24 | 253 | 377 | 134 | 41 | 0 | 0 | 311 | 144 | 66 |
| Binary | 10100 | 10101011 | 11111111 | 1011100 | 100001 | 0 | 0 | 11001001 | 1100100 | 110110 |
Color Harmonies of #14ABFF
Complementary color
Monochromatic Colors of #14ABFF
Black with #14ABFF
Text Example
Text Example
White with #14ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABFF; }
p { color: rgb(20,171,255); }
H1.HeaderClassName
{
color: #14ABFF;
}
.AnyTagClassName
{
color: #14ABFF;
}
</style>
background-color css
<style>
a { background-color: #14ABFF; }
a { background-color: rgb(20,171,255); }
div.DivClassName
{
background-color: #14ABFF;
}
.BgClassName
{
background-color: #14ABFF;
}
</style>
border-color css
<style>
span { border-color: #14ABFF; }
span { border-color: rgb(20,171,255); }
td.TdClassName
{
border-color: #14ABFF;
}
.TagClassName
{
border-color: #14ABFF;
}
</style>