Shades of Deep Sky Blue #0ACEFF
Tints of Deep Sky Blue #0ACEFF
RGB
CMYK
RGB Variations
Color information
#0ACEFF (or 0x0ACEFF) is known color: Deep Sky Blue. HEX triplet: 0A, CE and FF. RGB value is (10,206,255). Sum of RGB (Red+Green+Blue) = 10+206+255=471 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.12% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #0ACEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACEFF is #F53100. Grayscale: #989898. Windows color (decimal): -16068865 or 16764426. OLE color: 16764426.
HSL color Cylindrical-coordinate representation of color #0ACEFF: hue angle of 192º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACEFF is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 206 | 255 | - |
| CMYK | 0.96 | 0.19 | 0 | 0 |
| HSL | 192º | 1% | 0.52% | - |
| HSV(B) | 192º | 0.96% | 1% | - |
| XYZ | 40.25 | 51.43 | 102.41 | - |
| YUV | 152.98 | 185.57 | 26.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 255 | 0.96 | 0.19 | 0 | 0 | 192 | 1 | 0.52 |
| Hex | A | CE | FF | 60 | 13 | 0 | 0 | C0 | 64 | 34 |
| Octal | 12 | 316 | 377 | 140 | 23 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1010 | 11001110 | 11111111 | 1100000 | 10011 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #0ACEFF
Complementary color
Monochromatic Colors of #0ACEFF
Black with #0ACEFF
Text Example
Text Example
White with #0ACEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEFF; }
p { color: rgb(10,206,255); }
H1.HeaderClassName
{
color: #0ACEFF;
}
.AnyTagClassName
{
color: #0ACEFF;
}
</style>
background-color css
<style>
a { background-color: #0ACEFF; }
a { background-color: rgb(10,206,255); }
div.DivClassName
{
background-color: #0ACEFF;
}
.BgClassName
{
background-color: #0ACEFF;
}
</style>
border-color css
<style>
span { border-color: #0ACEFF; }
span { border-color: rgb(10,206,255); }
td.TdClassName
{
border-color: #0ACEFF;
}
.TagClassName
{
border-color: #0ACEFF;
}
</style>