Shades of Deep Sky Blue #0AC3EE
Tints of Deep Sky Blue #0AC3EE
RGB
CMYK
RGB Variations
Color information
#0AC3EE (or 0x0AC3EE) is known color: Deep Sky Blue. HEX triplet: 0A, C3 and EE. RGB value is (10,195,238). Sum of RGB (Red+Green+Blue) = 10+195+238=443 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.26% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #0AC3EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AC3EE is #F53C11. Grayscale: #909090. Windows color (decimal): -16071698 or 15647498. OLE color: 15647498.
HSL color Cylindrical-coordinate representation of color #0AC3EE: hue angle of 191.32º 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 #0AC3EE is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 195 | 238 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.07 |
| HSL | 191.32º | 0.92% | 0.49% | - |
| HSV(B) | 191.32º | 0.96% | 0.93% | - |
| XYZ | 35.07 | 45.27 | 87.78 | - |
| YUV | 144.59 | 180.71 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 238 | 0.96 | 0.18 | 0 | 0.07 | 191.32 | 0.92 | 0.49 |
| Hex | A | C3 | EE | 60 | 12 | 0 | 7 | BF | 5C | 31 |
| Octal | 12 | 303 | 356 | 140 | 22 | 0 | 7 | 277 | 134 | 61 |
| Binary | 1010 | 11000011 | 11101110 | 1100000 | 10010 | 0 | 111 | 10111111 | 1011100 | 110001 |
Color Harmonies of #0AC3EE
Complementary color
Monochromatic Colors of #0AC3EE
Black with #0AC3EE
Text Example
Text Example
White with #0AC3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC3EE; }
p { color: rgb(10,195,238); }
H1.HeaderClassName
{
color: #0AC3EE;
}
.AnyTagClassName
{
color: #0AC3EE;
}
</style>
background-color css
<style>
a { background-color: #0AC3EE; }
a { background-color: rgb(10,195,238); }
div.DivClassName
{
background-color: #0AC3EE;
}
.BgClassName
{
background-color: #0AC3EE;
}
</style>
border-color css
<style>
span { border-color: #0AC3EE; }
span { border-color: rgb(10,195,238); }
td.TdClassName
{
border-color: #0AC3EE;
}
.TagClassName
{
border-color: #0AC3EE;
}
</style>