Shades of Deep Sky Blue #0ACCEA
Tints of Deep Sky Blue #0ACCEA
RGB
CMYK
RGB Variations
Color information
#0ACCEA (or 0x0ACCEA) is known color: Deep Sky Blue. HEX triplet: 0A, CC and EA. RGB value is (10,204,234). Sum of RGB (Red+Green+Blue) = 10+204+234=448 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #0ACCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACCEA is #F53315. Grayscale: #959595. Windows color (decimal): -16069398 or 15387658. OLE color: 15387658.
HSL color Cylindrical-coordinate representation of color #0ACCEA: hue angle of 188.04º 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 #0ACCEA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 10 | 204 | 234 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.08 |
| HSL | 188.04º | 0.92% | 0.48% | - |
| HSV(B) | 188.04º | 0.96% | 0.92% | - |
| XYZ | 36.57 | 49.19 | 85.41 | - |
| YUV | 149.41 | 175.73 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 204 | 234 | 0.96 | 0.13 | 0 | 0.08 | 188.04 | 0.92 | 0.48 |
| Hex | A | CC | EA | 60 | D | 0 | 8 | BC | 5C | 30 |
| Octal | 12 | 314 | 352 | 140 | 15 | 0 | 10 | 274 | 134 | 60 |
| Binary | 1010 | 11001100 | 11101010 | 1100000 | 1101 | 0 | 1000 | 10111100 | 1011100 | 110000 |
Color Harmonies of #0ACCEA
Complementary color
Monochromatic Colors of #0ACCEA
Black with #0ACCEA
Text Example
Text Example
White with #0ACCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACCEA; }
p { color: rgb(10,204,234); }
H1.HeaderClassName
{
color: #0ACCEA;
}
.AnyTagClassName
{
color: #0ACCEA;
}
</style>
background-color css
<style>
a { background-color: #0ACCEA; }
a { background-color: rgb(10,204,234); }
div.DivClassName
{
background-color: #0ACCEA;
}
.BgClassName
{
background-color: #0ACCEA;
}
</style>
border-color css
<style>
span { border-color: #0ACCEA; }
span { border-color: rgb(10,204,234); }
td.TdClassName
{
border-color: #0ACCEA;
}
.TagClassName
{
border-color: #0ACCEA;
}
</style>