Shades of Deep Sky Blue #0ACAFE
Tints of Deep Sky Blue #0ACAFE
RGB
CMYK
RGB Variations
Color information
#0ACAFE (or 0x0ACAFE) is known color: Deep Sky Blue. HEX triplet: 0A, CA and FE. RGB value is (10,202,254). Sum of RGB (Red+Green+Blue) = 10+202+254=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #0ACAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ACAFE is #F53501. Grayscale: #969696. Windows color (decimal): -16069890 or 16697866. OLE color: 16697866.
HSL color Cylindrical-coordinate representation of color #0ACAFE: hue angle of 192.79º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ACAFE is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 202 | 254 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.00 |
| HSL | 192.79º | 0.99% | 0.52% | - |
| HSV(B) | 192.79º | 0.96% | 1% | - |
| XYZ | 39.14 | 49.46 | 101.25 | - |
| YUV | 150.52 | 186.39 | 27.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 202 | 254 | 0.96 | 0.20 | 0 | 0.00 | 192.79 | 0.99 | 0.52 |
| Hex | A | CA | FE | 60 | 14 | 0 | 0 | C1 | 63 | 34 |
| Octal | 12 | 312 | 376 | 140 | 24 | 0 | 0 | 301 | 143 | 64 |
| Binary | 1010 | 11001010 | 11111110 | 1100000 | 10100 | 0 | 0 | 11000001 | 1100011 | 110100 |
Color Harmonies of #0ACAFE
Complementary color
Monochromatic Colors of #0ACAFE
Black with #0ACAFE
Text Example
Text Example
White with #0ACAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ACAFE; }
p { color: rgb(10,202,254); }
H1.HeaderClassName
{
color: #0ACAFE;
}
.AnyTagClassName
{
color: #0ACAFE;
}
</style>
background-color css
<style>
a { background-color: #0ACAFE; }
a { background-color: rgb(10,202,254); }
div.DivClassName
{
background-color: #0ACAFE;
}
.BgClassName
{
background-color: #0ACAFE;
}
</style>
border-color css
<style>
span { border-color: #0ACAFE; }
span { border-color: rgb(10,202,254); }
td.TdClassName
{
border-color: #0ACAFE;
}
.TagClassName
{
border-color: #0ACAFE;
}
</style>