Shades of Deep Sky Blue #0AC0EF
Tints of Deep Sky Blue #0AC0EF
RGB
CMYK
RGB Variations
Color information
#0AC0EF (or 0x0AC0EF) is known color: Deep Sky Blue. HEX triplet: 0A, C0 and EF. RGB value is (10,192,239). Sum of RGB (Red+Green+Blue) = 10+192+239=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #0AC0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC0EF is #F53F10. Grayscale: #8E8E8E. Windows color (decimal): -16072465 or 15712266. OLE color: 15712266.
HSL color Cylindrical-coordinate representation of color #0AC0EF: hue angle of 192.31º 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 #0AC0EF is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 10 | 192 | 239 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.06 |
| HSL | 192.31º | 0.92% | 0.49% | - |
| HSV(B) | 192.31º | 0.96% | 0.94% | - |
| XYZ | 34.55 | 44 | 88.33 | - |
| YUV | 142.94 | 182.2 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 239 | 0.96 | 0.20 | 0 | 0.06 | 192.31 | 0.92 | 0.49 |
| Hex | A | C0 | EF | 60 | 14 | 0 | 6 | C0 | 5C | 31 |
| Octal | 12 | 300 | 357 | 140 | 24 | 0 | 6 | 300 | 134 | 61 |
| Binary | 1010 | 11000000 | 11101111 | 1100000 | 10100 | 0 | 110 | 11000000 | 1011100 | 110001 |
Color Harmonies of #0AC0EF
Complementary color
Monochromatic Colors of #0AC0EF
Black with #0AC0EF
Text Example
Text Example
White with #0AC0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0EF; }
p { color: rgb(10,192,239); }
H1.HeaderClassName
{
color: #0AC0EF;
}
.AnyTagClassName
{
color: #0AC0EF;
}
</style>
background-color css
<style>
a { background-color: #0AC0EF; }
a { background-color: rgb(10,192,239); }
div.DivClassName
{
background-color: #0AC0EF;
}
.BgClassName
{
background-color: #0AC0EF;
}
</style>
border-color css
<style>
span { border-color: #0AC0EF; }
span { border-color: rgb(10,192,239); }
td.TdClassName
{
border-color: #0AC0EF;
}
.TagClassName
{
border-color: #0AC0EF;
}
</style>