Shades of Deep Sky Blue #0ACBEC
Tints of Deep Sky Blue #0ACBEC
RGB
CMYK
RGB Variations
Color information
#0ACBEC (or 0x0ACBEC) is known color: Deep Sky Blue. HEX triplet: 0A, CB and EC. RGB value is (10,203,236). Sum of RGB (Red+Green+Blue) = 10+203+236=449 (59% of max value = 765). Red value is 10 (4.30% from 255 or 2.23% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #0ACBEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACBEC is #F53413. Grayscale: #949494. Windows color (decimal): -16069652 or 15518474. OLE color: 15518474.
HSL color Cylindrical-coordinate representation of color #0ACBEC: hue angle of 188.76º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACBEC is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 10 | 203 | 236 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.07 |
| HSL | 188.76º | 0.92% | 0.48% | - |
| HSV(B) | 188.76º | 0.96% | 0.93% | - |
| XYZ | 36.62 | 48.83 | 86.85 | - |
| YUV | 149.06 | 177.06 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 203 | 236 | 0.96 | 0.14 | 0 | 0.07 | 188.76 | 0.92 | 0.48 |
| Hex | A | CB | EC | 60 | E | 0 | 7 | BD | 5C | 30 |
| Octal | 12 | 313 | 354 | 140 | 16 | 0 | 7 | 275 | 134 | 60 |
| Binary | 1010 | 11001011 | 11101100 | 1100000 | 1110 | 0 | 111 | 10111101 | 1011100 | 110000 |
Color Harmonies of #0ACBEC
Complementary color
Monochromatic Colors of #0ACBEC
Black with #0ACBEC
Text Example
Text Example
White with #0ACBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACBEC; }
p { color: rgb(10,203,236); }
H1.HeaderClassName
{
color: #0ACBEC;
}
.AnyTagClassName
{
color: #0ACBEC;
}
</style>
background-color css
<style>
a { background-color: #0ACBEC; }
a { background-color: rgb(10,203,236); }
div.DivClassName
{
background-color: #0ACBEC;
}
.BgClassName
{
background-color: #0ACBEC;
}
</style>
border-color css
<style>
span { border-color: #0ACBEC; }
span { border-color: rgb(10,203,236); }
td.TdClassName
{
border-color: #0ACBEC;
}
.TagClassName
{
border-color: #0ACBEC;
}
</style>