Shades of Deep Sky Blue #0ACCEB
Tints of Deep Sky Blue #0ACCEB
RGB
CMYK
RGB Variations
Color information
#0ACCEB (or 0x0ACCEB) is known color: Deep Sky Blue. HEX triplet: 0A, CC and EB. RGB value is (10,204,235). Sum of RGB (Red+Green+Blue) = 10+204+235=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #0ACCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACCEB is #F53314. Grayscale: #959595. Windows color (decimal): -16069397 or 15453194. OLE color: 15453194.
HSL color Cylindrical-coordinate representation of color #0ACCEB: hue angle of 188.27º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACCEB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 204 | 235 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.08 |
| HSL | 188.27º | 0.92% | 0.48% | - |
| HSV(B) | 188.27º | 0.96% | 0.92% | - |
| XYZ | 36.71 | 49.25 | 86.17 | - |
| YUV | 149.53 | 176.23 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 235 | 0.96 | 0.13 | 0 | 0.08 | 188.27 | 0.92 | 0.48 |
| Hex | A | CC | EB | 60 | D | 0 | 8 | BC | 5C | 30 |
| Octal | 12 | 314 | 353 | 140 | 15 | 0 | 10 | 274 | 134 | 60 |
| Binary | 1010 | 11001100 | 11101011 | 1100000 | 1101 | 0 | 1000 | 10111100 | 1011100 | 110000 |
Color Harmonies of #0ACCEB
Complementary color
Monochromatic Colors of #0ACCEB
Black with #0ACCEB
Text Example
Text Example
White with #0ACCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCEB; }
p { color: rgb(10,204,235); }
H1.HeaderClassName
{
color: #0ACCEB;
}
.AnyTagClassName
{
color: #0ACCEB;
}
</style>
background-color css
<style>
a { background-color: #0ACCEB; }
a { background-color: rgb(10,204,235); }
div.DivClassName
{
background-color: #0ACCEB;
}
.BgClassName
{
background-color: #0ACCEB;
}
</style>
border-color css
<style>
span { border-color: #0ACCEB; }
span { border-color: rgb(10,204,235); }
td.TdClassName
{
border-color: #0ACCEB;
}
.TagClassName
{
border-color: #0ACCEB;
}
</style>