Shades of Deep Sky Blue #17ACFE
Tints of Deep Sky Blue #17ACFE
RGB
CMYK
RGB Variations
Color information
#17ACFE (or 0x17ACFE) is known color: Deep Sky Blue. HEX triplet: 17, AC and FE. RGB value is (23,172,254). Sum of RGB (Red+Green+Blue) = 23+172+254=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #17ACFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17ACFE is #E85301. Grayscale: #888888. Windows color (decimal): -15225602 or 16690199. OLE color: 16690199.
HSL color Cylindrical-coordinate representation of color #17ACFE: hue angle of 201.3º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17ACFE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 172 | 254 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.00 |
| HSL | 201.3º | 0.99% | 0.54% | - |
| HSV(B) | 201.3º | 0.91% | 1% | - |
| XYZ | 33 | 36.84 | 99.14 | - |
| YUV | 136.8 | 194.14 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 172 | 254 | 0.91 | 0.32 | 0 | 0.00 | 201.3 | 0.99 | 0.54 |
| Hex | 17 | AC | FE | 5B | 20 | 0 | 0 | C9 | 63 | 36 |
| Octal | 27 | 254 | 376 | 133 | 40 | 0 | 0 | 311 | 143 | 66 |
| Binary | 10111 | 10101100 | 11111110 | 1011011 | 100000 | 0 | 0 | 11001001 | 1100011 | 110110 |
Color Harmonies of #17ACFE
Complementary color
Monochromatic Colors of #17ACFE
Black with #17ACFE
Text Example
Text Example
White with #17ACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ACFE; }
p { color: rgb(23,172,254); }
H1.HeaderClassName
{
color: #17ACFE;
}
.AnyTagClassName
{
color: #17ACFE;
}
</style>
background-color css
<style>
a { background-color: #17ACFE; }
a { background-color: rgb(23,172,254); }
div.DivClassName
{
background-color: #17ACFE;
}
.BgClassName
{
background-color: #17ACFE;
}
</style>
border-color css
<style>
span { border-color: #17ACFE; }
span { border-color: rgb(23,172,254); }
td.TdClassName
{
border-color: #17ACFE;
}
.TagClassName
{
border-color: #17ACFE;
}
</style>