Shades of Deep Sky Blue #10ACF7
Tints of Deep Sky Blue #10ACF7
RGB
CMYK
RGB Variations
Color information
#10ACF7 (or 0x10ACF7) is known color: Deep Sky Blue. HEX triplet: 10, AC and F7. RGB value is (16,172,247). Sum of RGB (Red+Green+Blue) = 16+172+247=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #10ACF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACF7 is #EF5308. Grayscale: #858585. Windows color (decimal): -15684361 or 16231440. OLE color: 16231440.
HSL color Cylindrical-coordinate representation of color #10ACF7: hue angle of 199.48º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ACF7 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 172 | 247 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.03 |
| HSL | 199.48º | 0.94% | 0.52% | - |
| HSV(B) | 199.48º | 0.94% | 0.97% | - |
| XYZ | 31.75 | 36.33 | 93.33 | - |
| YUV | 133.91 | 191.82 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 247 | 0.94 | 0.30 | 0 | 0.03 | 199.48 | 0.94 | 0.52 |
| Hex | 10 | AC | F7 | 5E | 1E | 0 | 3 | C7 | 5E | 34 |
| Octal | 20 | 254 | 367 | 136 | 36 | 0 | 3 | 307 | 136 | 64 |
| Binary | 10000 | 10101100 | 11110111 | 1011110 | 11110 | 0 | 11 | 11000111 | 1011110 | 110100 |
Color Harmonies of #10ACF7
Complementary color
Monochromatic Colors of #10ACF7
Black with #10ACF7
Text Example
Text Example
White with #10ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACF7; }
p { color: rgb(16,172,247); }
H1.HeaderClassName
{
color: #10ACF7;
}
.AnyTagClassName
{
color: #10ACF7;
}
</style>
background-color css
<style>
a { background-color: #10ACF7; }
a { background-color: rgb(16,172,247); }
div.DivClassName
{
background-color: #10ACF7;
}
.BgClassName
{
background-color: #10ACF7;
}
</style>
border-color css
<style>
span { border-color: #10ACF7; }
span { border-color: rgb(16,172,247); }
td.TdClassName
{
border-color: #10ACF7;
}
.TagClassName
{
border-color: #10ACF7;
}
</style>