Shades of Deep Sky Blue #17ACF4
Tints of Deep Sky Blue #17ACF4
RGB
CMYK
RGB Variations
Color information
#17ACF4 (or 0x17ACF4) is known color: Deep Sky Blue. HEX triplet: 17, AC and F4. RGB value is (23,172,244). Sum of RGB (Red+Green+Blue) = 23+172+244=439 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.24% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 244 (95.70% from 255 or 55.58% from 439); Max value from RGB is 244 - color contains mainly: blue. Hex color #17ACF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17ACF4 is #E8530B. Grayscale: #878787. Windows color (decimal): -15225612 or 16034839. OLE color: 16034839.
HSL color Cylindrical-coordinate representation of color #17ACF4: hue angle of 199.55º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17ACF4 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 172 | 244 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.04 |
| HSL | 199.55º | 0.91% | 0.52% | - |
| HSV(B) | 199.55º | 0.91% | 0.96% | - |
| XYZ | 31.44 | 36.22 | 90.92 | - |
| YUV | 135.66 | 189.14 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 172 | 244 | 0.91 | 0.30 | 0 | 0.04 | 199.55 | 0.91 | 0.52 |
| Hex | 17 | AC | F4 | 5B | 1E | 0 | 4 | C8 | 5B | 34 |
| Octal | 27 | 254 | 364 | 133 | 36 | 0 | 4 | 310 | 133 | 64 |
| Binary | 10111 | 10101100 | 11110100 | 1011011 | 11110 | 0 | 100 | 11001000 | 1011011 | 110100 |
Color Harmonies of #17ACF4
Complementary color
Monochromatic Colors of #17ACF4
Black with #17ACF4
Text Example
Text Example
White with #17ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17ACF4; }
p { color: rgb(23,172,244); }
H1.HeaderClassName
{
color: #17ACF4;
}
.AnyTagClassName
{
color: #17ACF4;
}
</style>
background-color css
<style>
a { background-color: #17ACF4; }
a { background-color: rgb(23,172,244); }
div.DivClassName
{
background-color: #17ACF4;
}
.BgClassName
{
background-color: #17ACF4;
}
</style>
border-color css
<style>
span { border-color: #17ACF4; }
span { border-color: rgb(23,172,244); }
td.TdClassName
{
border-color: #17ACF4;
}
.TagClassName
{
border-color: #17ACF4;
}
</style>