Shades of Deep Sky Blue #0AACEF
Tints of Deep Sky Blue #0AACEF
RGB
CMYK
RGB Variations
Color information
#0AACEF (or 0x0AACEF) is known color: Deep Sky Blue. HEX triplet: 0A, AC and EF. RGB value is (10,172,239). Sum of RGB (Red+Green+Blue) = 10+172+239=421 (55% of max value = 765). Red value is 10 (4.30% from 255 or 2.38% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AACEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AACEF is #F55310. Grayscale: #828282. Windows color (decimal): -16077585 or 15707146. OLE color: 15707146.
HSL color Cylindrical-coordinate representation of color #0AACEF: hue angle of 197.55º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AACEF is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 172 | 239 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.06 |
| HSL | 197.55º | 0.92% | 0.49% | - |
| HSV(B) | 197.55º | 0.96% | 0.94% | - |
| XYZ | 30.46 | 35.8 | 86.97 | - |
| YUV | 131.2 | 188.83 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 239 | 0.96 | 0.28 | 0 | 0.06 | 197.55 | 0.92 | 0.49 |
| Hex | A | AC | EF | 60 | 1C | 0 | 6 | C6 | 5C | 31 |
| Octal | 12 | 254 | 357 | 140 | 34 | 0 | 6 | 306 | 134 | 61 |
| Binary | 1010 | 10101100 | 11101111 | 1100000 | 11100 | 0 | 110 | 11000110 | 1011100 | 110001 |
Color Harmonies of #0AACEF
Complementary color
Monochromatic Colors of #0AACEF
Black with #0AACEF
Text Example
Text Example
White with #0AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACEF; }
p { color: rgb(10,172,239); }
H1.HeaderClassName
{
color: #0AACEF;
}
.AnyTagClassName
{
color: #0AACEF;
}
</style>
background-color css
<style>
a { background-color: #0AACEF; }
a { background-color: rgb(10,172,239); }
div.DivClassName
{
background-color: #0AACEF;
}
.BgClassName
{
background-color: #0AACEF;
}
</style>
border-color css
<style>
span { border-color: #0AACEF; }
span { border-color: rgb(10,172,239); }
td.TdClassName
{
border-color: #0AACEF;
}
.TagClassName
{
border-color: #0AACEF;
}
</style>