Shades of Deep Sky Blue #00ACEA
Tints of Deep Sky Blue #00ACEA
RGB
CMYK
RGB Variations
Color information
#00ACEA (or 0x00ACEA) is known color: Deep Sky Blue. HEX triplet: 00, AC and EA. RGB value is (0,172,234). Sum of RGB (Red+Green+Blue) = 0+172+234=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #00ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ACEA is #FF5315. Grayscale: #7F7F7F. Windows color (decimal): -16732950 or 15379456. OLE color: 15379456.
HSL color Cylindrical-coordinate representation of color #00ACEA: hue angle of 195.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACEA is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 172 | 234 | - |
| CMYK | 1 | 0.26 | 0 | 0.08 |
| HSL | 195.9º | 1% | 0.46% | - |
| HSV(B) | 195.9º | 1% | 0.92% | - |
| XYZ | 29.6 | 35.45 | 83.12 | - |
| YUV | 127.64 | 188.02 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 234 | 1 | 0.26 | 0 | 0.08 | 195.9 | 1 | 0.46 |
| Hex | 0 | AC | EA | 64 | 1A | 0 | 8 | C4 | 64 | 2E |
| Octal | 0 | 254 | 352 | 144 | 32 | 0 | 10 | 304 | 144 | 56 |
| Binary | 0 | 10101100 | 11101010 | 1100100 | 11010 | 0 | 1000 | 11000100 | 1100100 | 101110 |
Color Harmonies of #00ACEA
Complementary color
Monochromatic Colors of #00ACEA
Black with #00ACEA
Text Example
Text Example
White with #00ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACEA; }
p { color: rgb(0,172,234); }
H1.HeaderClassName
{
color: #00ACEA;
}
.AnyTagClassName
{
color: #00ACEA;
}
</style>
background-color css
<style>
a { background-color: #00ACEA; }
a { background-color: rgb(0,172,234); }
div.DivClassName
{
background-color: #00ACEA;
}
.BgClassName
{
background-color: #00ACEA;
}
</style>
border-color css
<style>
span { border-color: #00ACEA; }
span { border-color: rgb(0,172,234); }
td.TdClassName
{
border-color: #00ACEA;
}
.TagClassName
{
border-color: #00ACEA;
}
</style>