Shades of Deep Sky Blue #0ACEFC
Tints of Deep Sky Blue #0ACEFC
RGB
CMYK
RGB Variations
Color information
#0ACEFC (or 0x0ACEFC) is known color: Deep Sky Blue. HEX triplet: 0A, CE and FC. RGB value is (10,206,252). Sum of RGB (Red+Green+Blue) = 10+206+252=468 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.14% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #0ACEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACEFC is #F53103. Grayscale: #989898. Windows color (decimal): -16068868 or 16567818. OLE color: 16567818.
HSL color Cylindrical-coordinate representation of color #0ACEFC: hue angle of 191.4º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACEFC is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 206 | 252 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.01 |
| HSL | 191.41º | 0.98% | 0.51% | - |
| HSV(B) | 191.41º | 0.96% | 0.99% | - |
| XYZ | 39.77 | 51.24 | 99.89 | - |
| YUV | 152.64 | 184.07 | 26.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 206 | 252 | 0.96 | 0.18 | 0 | 0.01 | 191.41 | 0.98 | 0.51 |
| Hex | A | CE | FC | 60 | 12 | 0 | 1 | BF | 62 | 33 |
| Octal | 12 | 316 | 374 | 140 | 22 | 0 | 1 | 277 | 142 | 63 |
| Binary | 1010 | 11001110 | 11111100 | 1100000 | 10010 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #0ACEFC
Complementary color
Monochromatic Colors of #0ACEFC
Black with #0ACEFC
Text Example
Text Example
White with #0ACEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACEFC; }
p { color: rgb(10,206,252); }
H1.HeaderClassName
{
color: #0ACEFC;
}
.AnyTagClassName
{
color: #0ACEFC;
}
</style>
background-color css
<style>
a { background-color: #0ACEFC; }
a { background-color: rgb(10,206,252); }
div.DivClassName
{
background-color: #0ACEFC;
}
.BgClassName
{
background-color: #0ACEFC;
}
</style>
border-color css
<style>
span { border-color: #0ACEFC; }
span { border-color: rgb(10,206,252); }
td.TdClassName
{
border-color: #0ACEFC;
}
.TagClassName
{
border-color: #0ACEFC;
}
</style>