Shades of Deep Sky Blue #0AC2EE
Tints of Deep Sky Blue #0AC2EE
RGB
CMYK
RGB Variations
Color information
#0AC2EE (or 0x0AC2EE) is known color: Deep Sky Blue. HEX triplet: 0A, C2 and EE. RGB value is (10,194,238). Sum of RGB (Red+Green+Blue) = 10+194+238=442 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AC2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC2EE is #F53D11. Grayscale: #8F8F8F. Windows color (decimal): -16071954 or 15647242. OLE color: 15647242.
HSL color Cylindrical-coordinate representation of color #0AC2EE: hue angle of 191.58º 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 #0AC2EE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 194 | 238 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.07 |
| HSL | 191.58º | 0.92% | 0.49% | - |
| HSV(B) | 191.58º | 0.96% | 0.93% | - |
| XYZ | 34.85 | 44.82 | 87.7 | - |
| YUV | 144 | 181.04 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 238 | 0.96 | 0.18 | 0 | 0.07 | 191.58 | 0.92 | 0.49 |
| Hex | A | C2 | EE | 60 | 12 | 0 | 7 | C0 | 5C | 31 |
| Octal | 12 | 302 | 356 | 140 | 22 | 0 | 7 | 300 | 134 | 61 |
| Binary | 1010 | 11000010 | 11101110 | 1100000 | 10010 | 0 | 111 | 11000000 | 1011100 | 110001 |
Color Harmonies of #0AC2EE
Complementary color
Monochromatic Colors of #0AC2EE
Black with #0AC2EE
Text Example
Text Example
White with #0AC2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC2EE; }
p { color: rgb(10,194,238); }
H1.HeaderClassName
{
color: #0AC2EE;
}
.AnyTagClassName
{
color: #0AC2EE;
}
</style>
background-color css
<style>
a { background-color: #0AC2EE; }
a { background-color: rgb(10,194,238); }
div.DivClassName
{
background-color: #0AC2EE;
}
.BgClassName
{
background-color: #0AC2EE;
}
</style>
border-color css
<style>
span { border-color: #0AC2EE; }
span { border-color: rgb(10,194,238); }
td.TdClassName
{
border-color: #0AC2EE;
}
.TagClassName
{
border-color: #0AC2EE;
}
</style>