Shades of Deep Sky Blue #10ACEC
Tints of Deep Sky Blue #10ACEC
RGB
CMYK
RGB Variations
Color information
#10ACEC (or 0x10ACEC) is known color: Deep Sky Blue. HEX triplet: 10, AC and EC. RGB value is (16,172,236). Sum of RGB (Red+Green+Blue) = 16+172+236=424 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.77% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #10ACEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACEC is #EF5313. Grayscale: #848484. Windows color (decimal): -15684372 or 15510544. OLE color: 15510544.
HSL color Cylindrical-coordinate representation of color #10ACEC: hue angle of 197.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ACEC is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 172 | 236 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.07 |
| HSL | 197.45º | 0.87% | 0.49% | - |
| HSV(B) | 197.45º | 0.93% | 0.93% | - |
| XYZ | 30.11 | 35.67 | 84.66 | - |
| YUV | 132.65 | 186.32 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 236 | 0.93 | 0.27 | 0 | 0.07 | 197.45 | 0.87 | 0.49 |
| Hex | 10 | AC | EC | 5D | 1B | 0 | 7 | C5 | 57 | 31 |
| Octal | 20 | 254 | 354 | 135 | 33 | 0 | 7 | 305 | 127 | 61 |
| Binary | 10000 | 10101100 | 11101100 | 1011101 | 11011 | 0 | 111 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10ACEC
Complementary color
Monochromatic Colors of #10ACEC
Black with #10ACEC
Text Example
Text Example
White with #10ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACEC; }
p { color: rgb(16,172,236); }
H1.HeaderClassName
{
color: #10ACEC;
}
.AnyTagClassName
{
color: #10ACEC;
}
</style>
background-color css
<style>
a { background-color: #10ACEC; }
a { background-color: rgb(16,172,236); }
div.DivClassName
{
background-color: #10ACEC;
}
.BgClassName
{
background-color: #10ACEC;
}
</style>
border-color css
<style>
span { border-color: #10ACEC; }
span { border-color: rgb(16,172,236); }
td.TdClassName
{
border-color: #10ACEC;
}
.TagClassName
{
border-color: #10ACEC;
}
</style>