Shades of Deep Sky Blue #14ABFE
Tints of Deep Sky Blue #14ABFE
RGB
CMYK
RGB Variations
Color information
#14ABFE (or 0x14ABFE) is known color: Deep Sky Blue. HEX triplet: 14, AB and FE. RGB value is (20,171,254). Sum of RGB (Red+Green+Blue) = 20+171+254=445 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.49% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #14ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14ABFE is #EB5401. Grayscale: #868686. Windows color (decimal): -15422466 or 16689940. OLE color: 16689940.
HSL color Cylindrical-coordinate representation of color #14ABFE: hue angle of 201.28º 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 #14ABFE is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 171 | 254 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.00 |
| HSL | 201.28º | 0.99% | 0.54% | - |
| HSV(B) | 201.28º | 0.92% | 1% | - |
| XYZ | 32.74 | 36.43 | 99.07 | - |
| YUV | 135.31 | 194.97 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 254 | 0.92 | 0.33 | 0 | 0.00 | 201.28 | 0.99 | 0.54 |
| Hex | 14 | AB | FE | 5C | 21 | 0 | 0 | C9 | 63 | 36 |
| Octal | 24 | 253 | 376 | 134 | 41 | 0 | 0 | 311 | 143 | 66 |
| Binary | 10100 | 10101011 | 11111110 | 1011100 | 100001 | 0 | 0 | 11001001 | 1100011 | 110110 |
Color Harmonies of #14ABFE
Complementary color
Monochromatic Colors of #14ABFE
Black with #14ABFE
Text Example
Text Example
White with #14ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ABFE; }
p { color: rgb(20,171,254); }
H1.HeaderClassName
{
color: #14ABFE;
}
.AnyTagClassName
{
color: #14ABFE;
}
</style>
background-color css
<style>
a { background-color: #14ABFE; }
a { background-color: rgb(20,171,254); }
div.DivClassName
{
background-color: #14ABFE;
}
.BgClassName
{
background-color: #14ABFE;
}
</style>
border-color css
<style>
span { border-color: #14ABFE; }
span { border-color: rgb(20,171,254); }
td.TdClassName
{
border-color: #14ABFE;
}
.TagClassName
{
border-color: #14ABFE;
}
</style>