Shades of Deep Sky Blue #10ACF9
Tints of Deep Sky Blue #10ACF9
RGB
CMYK
RGB Variations
Color information
#10ACF9 (or 0x10ACF9) is known color: Deep Sky Blue. HEX triplet: 10, AC and F9. RGB value is (16,172,249). Sum of RGB (Red+Green+Blue) = 16+172+249=437 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.66% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #10ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACF9 is #EF5306. Grayscale: #858585. Windows color (decimal): -15684359 or 16362512. OLE color: 16362512.
HSL color Cylindrical-coordinate representation of color #10ACF9: hue angle of 199.83º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10ACF9 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 172 | 249 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.02 |
| HSL | 199.83º | 0.95% | 0.52% | - |
| HSV(B) | 199.83º | 0.94% | 0.98% | - |
| XYZ | 32.07 | 36.45 | 94.97 | - |
| YUV | 134.13 | 192.82 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 249 | 0.94 | 0.31 | 0 | 0.02 | 199.83 | 0.95 | 0.52 |
| Hex | 10 | AC | F9 | 5E | 1F | 0 | 2 | C8 | 5F | 34 |
| Octal | 20 | 254 | 371 | 136 | 37 | 0 | 2 | 310 | 137 | 64 |
| Binary | 10000 | 10101100 | 11111001 | 1011110 | 11111 | 0 | 10 | 11001000 | 1011111 | 110100 |
Color Harmonies of #10ACF9
Complementary color
Monochromatic Colors of #10ACF9
Black with #10ACF9
Text Example
Text Example
White with #10ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACF9; }
p { color: rgb(16,172,249); }
H1.HeaderClassName
{
color: #10ACF9;
}
.AnyTagClassName
{
color: #10ACF9;
}
</style>
background-color css
<style>
a { background-color: #10ACF9; }
a { background-color: rgb(16,172,249); }
div.DivClassName
{
background-color: #10ACF9;
}
.BgClassName
{
background-color: #10ACF9;
}
</style>
border-color css
<style>
span { border-color: #10ACF9; }
span { border-color: rgb(16,172,249); }
td.TdClassName
{
border-color: #10ACF9;
}
.TagClassName
{
border-color: #10ACF9;
}
</style>