Shades of Deep Sky Blue #14AFE9
Tints of Deep Sky Blue #14AFE9
RGB
CMYK
RGB Variations
Color information
#14AFE9 (or 0x14AFE9) is known color: Deep Sky Blue. HEX triplet: 14, AF and E9. RGB value is (20,175,233). Sum of RGB (Red+Green+Blue) = 20+175+233=428 (56% of max value = 765). Red value is 20 (8.20% from 255 or 4.67% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #14AFE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #14AFE9 is #EB5016. Grayscale: #868686. Windows color (decimal): -15421463 or 15314708. OLE color: 15314708.
HSL color Cylindrical-coordinate representation of color #14AFE9: hue angle of 196.34º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14AFE9 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 175 | 233 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.09 |
| HSL | 196.34º | 0.84% | 0.5% | - |
| HSV(B) | 196.34º | 0.91% | 0.91% | - |
| XYZ | 30.33 | 36.69 | 82.57 | - |
| YUV | 135.27 | 183.15 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 233 | 0.91 | 0.25 | 0 | 0.09 | 196.34 | 0.84 | 0.5 |
| Hex | 14 | AF | E9 | 5B | 19 | 0 | 9 | C4 | 54 | 32 |
| Octal | 24 | 257 | 351 | 133 | 31 | 0 | 11 | 304 | 124 | 62 |
| Binary | 10100 | 10101111 | 11101001 | 1011011 | 11001 | 0 | 1001 | 11000100 | 1010100 | 110010 |
Color Harmonies of #14AFE9
Complementary color
Monochromatic Colors of #14AFE9
Black with #14AFE9
Text Example
Text Example
White with #14AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AFE9; }
p { color: rgb(20,175,233); }
H1.HeaderClassName
{
color: #14AFE9;
}
.AnyTagClassName
{
color: #14AFE9;
}
</style>
background-color css
<style>
a { background-color: #14AFE9; }
a { background-color: rgb(20,175,233); }
div.DivClassName
{
background-color: #14AFE9;
}
.BgClassName
{
background-color: #14AFE9;
}
</style>
border-color css
<style>
span { border-color: #14AFE9; }
span { border-color: rgb(20,175,233); }
td.TdClassName
{
border-color: #14AFE9;
}
.TagClassName
{
border-color: #14AFE9;
}
</style>