Shades of Deep Sky Blue #03ACEA
Tints of Deep Sky Blue #03ACEA
RGB
CMYK
RGB Variations
Color information
#03ACEA (or 0x03ACEA) is known color: Deep Sky Blue. HEX triplet: 03, AC and EA. RGB value is (3,172,234). Sum of RGB (Red+Green+Blue) = 3+172+234=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 172 (67.58% from 255 or 42.05% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #03ACEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03ACEA is #FC5315. Grayscale: #808080. Windows color (decimal): -16536342 or 15379459. OLE color: 15379459.
HSL color Cylindrical-coordinate representation of color #03ACEA: hue angle of 196.1º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACEA is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 172 | 234 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.08 |
| HSL | 196.1º | 0.97% | 0.46% | - |
| HSV(B) | 196.1º | 0.99% | 0.92% | - |
| XYZ | 29.64 | 35.46 | 83.13 | - |
| YUV | 128.54 | 187.51 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 234 | 0.99 | 0.26 | 0 | 0.08 | 196.1 | 0.97 | 0.46 |
| Hex | 3 | AC | EA | 63 | 1A | 0 | 8 | C4 | 61 | 2E |
| Octal | 3 | 254 | 352 | 143 | 32 | 0 | 10 | 304 | 141 | 56 |
| Binary | 11 | 10101100 | 11101010 | 1100011 | 11010 | 0 | 1000 | 11000100 | 1100001 | 101110 |
Color Harmonies of #03ACEA
Complementary color
Monochromatic Colors of #03ACEA
Black with #03ACEA
Text Example
Text Example
White with #03ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACEA; }
p { color: rgb(3,172,234); }
H1.HeaderClassName
{
color: #03ACEA;
}
.AnyTagClassName
{
color: #03ACEA;
}
</style>
background-color css
<style>
a { background-color: #03ACEA; }
a { background-color: rgb(3,172,234); }
div.DivClassName
{
background-color: #03ACEA;
}
.BgClassName
{
background-color: #03ACEA;
}
</style>
border-color css
<style>
span { border-color: #03ACEA; }
span { border-color: rgb(3,172,234); }
td.TdClassName
{
border-color: #03ACEA;
}
.TagClassName
{
border-color: #03ACEA;
}
</style>