Shades of Deep Sky Blue #17AFEE
Tints of Deep Sky Blue #17AFEE
RGB
CMYK
RGB Variations
Color information
#17AFEE (or 0x17AFEE) is known color: Deep Sky Blue. HEX triplet: 17, AF and EE. RGB value is (23,175,238). Sum of RGB (Red+Green+Blue) = 23+175+238=436 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.28% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #17AFEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AFEE is #E85011. Grayscale: #888888. Windows color (decimal): -15224850 or 15642391. OLE color: 15642391.
HSL color Cylindrical-coordinate representation of color #17AFEE: hue angle of 197.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17AFEE is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 175 | 238 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.07 |
| HSL | 197.58º | 0.86% | 0.51% | - |
| HSV(B) | 197.58º | 0.9% | 0.93% | - |
| XYZ | 31.12 | 37.02 | 86.39 | - |
| YUV | 136.73 | 185.14 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 238 | 0.90 | 0.26 | 0 | 0.07 | 197.58 | 0.86 | 0.51 |
| Hex | 17 | AF | EE | 5A | 1A | 0 | 7 | C6 | 56 | 33 |
| Octal | 27 | 257 | 356 | 132 | 32 | 0 | 7 | 306 | 126 | 63 |
| Binary | 10111 | 10101111 | 11101110 | 1011010 | 11010 | 0 | 111 | 11000110 | 1010110 | 110011 |
Color Harmonies of #17AFEE
Complementary color
Monochromatic Colors of #17AFEE
Black with #17AFEE
Text Example
Text Example
White with #17AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFEE; }
p { color: rgb(23,175,238); }
H1.HeaderClassName
{
color: #17AFEE;
}
.AnyTagClassName
{
color: #17AFEE;
}
</style>
background-color css
<style>
a { background-color: #17AFEE; }
a { background-color: rgb(23,175,238); }
div.DivClassName
{
background-color: #17AFEE;
}
.BgClassName
{
background-color: #17AFEE;
}
</style>
border-color css
<style>
span { border-color: #17AFEE; }
span { border-color: rgb(23,175,238); }
td.TdClassName
{
border-color: #17AFEE;
}
.TagClassName
{
border-color: #17AFEE;
}
</style>