Shades of Deep Sky Blue #0AC0EE
Tints of Deep Sky Blue #0AC0EE
RGB
CMYK
RGB Variations
Color information
#0AC0EE (or 0x0AC0EE) is known color: Deep Sky Blue. HEX triplet: 0A, C0 and EE. RGB value is (10,192,238). Sum of RGB (Red+Green+Blue) = 10+192+238=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AC0EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC0EE is #F53F11. Grayscale: #8E8E8E. Windows color (decimal): -16072466 or 15646730. OLE color: 15646730.
HSL color Cylindrical-coordinate representation of color #0AC0EE: hue angle of 192.11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC0EE is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 192 | 238 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.07 |
| HSL | 192.11º | 0.92% | 0.49% | - |
| HSV(B) | 192.11º | 0.96% | 0.93% | - |
| XYZ | 34.41 | 43.94 | 87.56 | - |
| YUV | 142.83 | 181.7 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 238 | 0.96 | 0.19 | 0 | 0.07 | 192.11 | 0.92 | 0.49 |
| Hex | A | C0 | EE | 60 | 13 | 0 | 7 | C0 | 5C | 31 |
| Octal | 12 | 300 | 356 | 140 | 23 | 0 | 7 | 300 | 134 | 61 |
| Binary | 1010 | 11000000 | 11101110 | 1100000 | 10011 | 0 | 111 | 11000000 | 1011100 | 110001 |
Color Harmonies of #0AC0EE
Complementary color
Monochromatic Colors of #0AC0EE
Black with #0AC0EE
Text Example
Text Example
White with #0AC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC0EE; }
p { color: rgb(10,192,238); }
H1.HeaderClassName
{
color: #0AC0EE;
}
.AnyTagClassName
{
color: #0AC0EE;
}
</style>
background-color css
<style>
a { background-color: #0AC0EE; }
a { background-color: rgb(10,192,238); }
div.DivClassName
{
background-color: #0AC0EE;
}
.BgClassName
{
background-color: #0AC0EE;
}
</style>
border-color css
<style>
span { border-color: #0AC0EE; }
span { border-color: rgb(10,192,238); }
td.TdClassName
{
border-color: #0AC0EE;
}
.TagClassName
{
border-color: #0AC0EE;
}
</style>