Shades of Deep Sky Blue #17AFEA
Tints of Deep Sky Blue #17AFEA
RGB
CMYK
RGB Variations
Color information
#17AFEA (or 0x17AFEA) is known color: Deep Sky Blue. HEX triplet: 17, AF and EA. RGB value is (23,175,234). Sum of RGB (Red+Green+Blue) = 23+175+234=432 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.32% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #17AFEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AFEA is #E85015. Grayscale: #878787. Windows color (decimal): -15224854 or 15380247. OLE color: 15380247.
HSL color Cylindrical-coordinate representation of color #17AFEA: hue angle of 196.78º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17AFEA is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 175 | 234 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.08 |
| HSL | 196.78º | 0.83% | 0.5% | - |
| HSV(B) | 196.78º | 0.9% | 0.92% | - |
| XYZ | 30.53 | 36.78 | 83.33 | - |
| YUV | 136.28 | 183.14 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 234 | 0.90 | 0.25 | 0 | 0.08 | 196.78 | 0.83 | 0.5 |
| Hex | 17 | AF | EA | 5A | 19 | 0 | 8 | C5 | 53 | 32 |
| Octal | 27 | 257 | 352 | 132 | 31 | 0 | 10 | 305 | 123 | 62 |
| Binary | 10111 | 10101111 | 11101010 | 1011010 | 11001 | 0 | 1000 | 11000101 | 1010011 | 110010 |
Color Harmonies of #17AFEA
Complementary color
Monochromatic Colors of #17AFEA
Black with #17AFEA
Text Example
Text Example
White with #17AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFEA; }
p { color: rgb(23,175,234); }
H1.HeaderClassName
{
color: #17AFEA;
}
.AnyTagClassName
{
color: #17AFEA;
}
</style>
background-color css
<style>
a { background-color: #17AFEA; }
a { background-color: rgb(23,175,234); }
div.DivClassName
{
background-color: #17AFEA;
}
.BgClassName
{
background-color: #17AFEA;
}
</style>
border-color css
<style>
span { border-color: #17AFEA; }
span { border-color: rgb(23,175,234); }
td.TdClassName
{
border-color: #17AFEA;
}
.TagClassName
{
border-color: #17AFEA;
}
</style>