Shades of Deep Sky Blue #0AACEA
Tints of Deep Sky Blue #0AACEA
RGB
CMYK
RGB Variations
Color information
#0AACEA (or 0x0AACEA) is known color: Deep Sky Blue. HEX triplet: 0A, AC and EA. RGB value is (10,172,234). Sum of RGB (Red+Green+Blue) = 10+172+234=416 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.40% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 234 (91.80% from 255 or 56.25% from 416); Max value from RGB is 234 - color contains mainly: blue. Hex color #0AACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AACEA is #F55315. Grayscale: #828282. Windows color (decimal): -16077590 or 15379466. OLE color: 15379466.
HSL color Cylindrical-coordinate representation of color #0AACEA: hue angle of 196.61º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AACEA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 172 | 234 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.08 |
| HSL | 196.61º | 0.92% | 0.48% | - |
| HSV(B) | 196.61º | 0.96% | 0.92% | - |
| XYZ | 29.73 | 35.51 | 83.13 | - |
| YUV | 130.63 | 186.33 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 234 | 0.96 | 0.26 | 0 | 0.08 | 196.61 | 0.92 | 0.48 |
| Hex | A | AC | EA | 60 | 1A | 0 | 8 | C5 | 5C | 30 |
| Octal | 12 | 254 | 352 | 140 | 32 | 0 | 10 | 305 | 134 | 60 |
| Binary | 1010 | 10101100 | 11101010 | 1100000 | 11010 | 0 | 1000 | 11000101 | 1011100 | 110000 |
Color Harmonies of #0AACEA
Complementary color
Monochromatic Colors of #0AACEA
Black with #0AACEA
Text Example
Text Example
White with #0AACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACEA; }
p { color: rgb(10,172,234); }
H1.HeaderClassName
{
color: #0AACEA;
}
.AnyTagClassName
{
color: #0AACEA;
}
</style>
background-color css
<style>
a { background-color: #0AACEA; }
a { background-color: rgb(10,172,234); }
div.DivClassName
{
background-color: #0AACEA;
}
.BgClassName
{
background-color: #0AACEA;
}
</style>
border-color css
<style>
span { border-color: #0AACEA; }
span { border-color: rgb(10,172,234); }
td.TdClassName
{
border-color: #0AACEA;
}
.TagClassName
{
border-color: #0AACEA;
}
</style>