Shades of Deep Sky Blue #17AEF0
Tints of Deep Sky Blue #17AEF0
RGB
CMYK
RGB Variations
Color information
#17AEF0 (or 0x17AEF0) is known color: Deep Sky Blue. HEX triplet: 17, AE and F0. RGB value is (23,174,240). Sum of RGB (Red+Green+Blue) = 23+174+240=437 (57% of max value = 765). Red value is 23 (9.38% from 255 or 5.26% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #17AEF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AEF0 is #E8510F. Grayscale: #878787. Windows color (decimal): -15225104 or 15773207. OLE color: 15773207.
HSL color Cylindrical-coordinate representation of color #17AEF0: hue angle of 198.25º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17AEF0 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 174 | 240 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.06 |
| HSL | 198.25º | 0.88% | 0.52% | - |
| HSV(B) | 198.25º | 0.9% | 0.94% | - |
| XYZ | 31.22 | 36.75 | 87.89 | - |
| YUV | 136.38 | 186.47 | 47.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 174 | 240 | 0.90 | 0.28 | 0 | 0.06 | 198.25 | 0.88 | 0.52 |
| Hex | 17 | AE | F0 | 5A | 1C | 0 | 6 | C6 | 58 | 34 |
| Octal | 27 | 256 | 360 | 132 | 34 | 0 | 6 | 306 | 130 | 64 |
| Binary | 10111 | 10101110 | 11110000 | 1011010 | 11100 | 0 | 110 | 11000110 | 1011000 | 110100 |
Color Harmonies of #17AEF0
Complementary color
Monochromatic Colors of #17AEF0
Black with #17AEF0
Text Example
Text Example
White with #17AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AEF0; }
p { color: rgb(23,174,240); }
H1.HeaderClassName
{
color: #17AEF0;
}
.AnyTagClassName
{
color: #17AEF0;
}
</style>
background-color css
<style>
a { background-color: #17AEF0; }
a { background-color: rgb(23,174,240); }
div.DivClassName
{
background-color: #17AEF0;
}
.BgClassName
{
background-color: #17AEF0;
}
</style>
border-color css
<style>
span { border-color: #17AEF0; }
span { border-color: rgb(23,174,240); }
td.TdClassName
{
border-color: #17AEF0;
}
.TagClassName
{
border-color: #17AEF0;
}
</style>