Shades of Deep Sky Blue #0AACF4
Tints of Deep Sky Blue #0AACF4
RGB
CMYK
RGB Variations
Color information
#0AACF4 (or 0x0AACF4) is known color: Deep Sky Blue. HEX triplet: 0A, AC and F4. RGB value is (10,172,244). Sum of RGB (Red+Green+Blue) = 10+172+244=426 (56% of max value = 765). Red value is 10 (4.30% from 255 or 2.35% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 244 (95.70% from 255 or 57.28% from 426); Max value from RGB is 244 - color contains mainly: blue. Hex color #0AACF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0AACF4 is #F5530B. Grayscale: #838383. Windows color (decimal): -16077580 or 16034826. OLE color: 16034826.
HSL color Cylindrical-coordinate representation of color #0AACF4: hue angle of 198.46º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AACF4 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 172 | 244 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.04 |
| HSL | 198.46º | 0.92% | 0.5% | - |
| HSV(B) | 198.46º | 0.96% | 0.96% | - |
| XYZ | 31.21 | 36.1 | 90.91 | - |
| YUV | 131.77 | 191.33 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 244 | 0.96 | 0.30 | 0 | 0.04 | 198.46 | 0.92 | 0.5 |
| Hex | A | AC | F4 | 60 | 1E | 0 | 4 | C6 | 5C | 32 |
| Octal | 12 | 254 | 364 | 140 | 36 | 0 | 4 | 306 | 134 | 62 |
| Binary | 1010 | 10101100 | 11110100 | 1100000 | 11110 | 0 | 100 | 11000110 | 1011100 | 110010 |
Color Harmonies of #0AACF4
Complementary color
Monochromatic Colors of #0AACF4
Black with #0AACF4
Text Example
Text Example
White with #0AACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AACF4; }
p { color: rgb(10,172,244); }
H1.HeaderClassName
{
color: #0AACF4;
}
.AnyTagClassName
{
color: #0AACF4;
}
</style>
background-color css
<style>
a { background-color: #0AACF4; }
a { background-color: rgb(10,172,244); }
div.DivClassName
{
background-color: #0AACF4;
}
.BgClassName
{
background-color: #0AACF4;
}
</style>
border-color css
<style>
span { border-color: #0AACF4; }
span { border-color: rgb(10,172,244); }
td.TdClassName
{
border-color: #0AACF4;
}
.TagClassName
{
border-color: #0AACF4;
}
</style>