Shades of Deep Sky Blue #10ACEA
Tints of Deep Sky Blue #10ACEA
RGB
CMYK
RGB Variations
Color information
#10ACEA (or 0x10ACEA) is known color: Deep Sky Blue. HEX triplet: 10, AC and EA. RGB value is (16,172,234). Sum of RGB (Red+Green+Blue) = 16+172+234=422 (55% of max value = 765). Red value is 16 (6.64% from 255 or 3.79% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #10ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACEA is #EF5315. Grayscale: #848484. Windows color (decimal): -15684374 or 15379472. OLE color: 15379472.
HSL color Cylindrical-coordinate representation of color #10ACEA: hue angle of 197.06º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ACEA is Cyan = 0.93, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 172 | 234 | - |
| CMYK | 0.93 | 0.26 | 0 | 0.08 |
| HSL | 197.06º | 0.87% | 0.49% | - |
| HSV(B) | 197.06º | 0.93% | 0.92% | - |
| XYZ | 29.82 | 35.56 | 83.13 | - |
| YUV | 132.42 | 185.32 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 234 | 0.93 | 0.26 | 0 | 0.08 | 197.06 | 0.87 | 0.49 |
| Hex | 10 | AC | EA | 5D | 1A | 0 | 8 | C5 | 57 | 31 |
| Octal | 20 | 254 | 352 | 135 | 32 | 0 | 10 | 305 | 127 | 61 |
| Binary | 10000 | 10101100 | 11101010 | 1011101 | 11010 | 0 | 1000 | 11000101 | 1010111 | 110001 |
Color Harmonies of #10ACEA
Complementary color
Monochromatic Colors of #10ACEA
Black with #10ACEA
Text Example
Text Example
White with #10ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACEA; }
p { color: rgb(16,172,234); }
H1.HeaderClassName
{
color: #10ACEA;
}
.AnyTagClassName
{
color: #10ACEA;
}
</style>
background-color css
<style>
a { background-color: #10ACEA; }
a { background-color: rgb(16,172,234); }
div.DivClassName
{
background-color: #10ACEA;
}
.BgClassName
{
background-color: #10ACEA;
}
</style>
border-color css
<style>
span { border-color: #10ACEA; }
span { border-color: rgb(16,172,234); }
td.TdClassName
{
border-color: #10ACEA;
}
.TagClassName
{
border-color: #10ACEA;
}
</style>