Shades of Deep Sky Blue #03ACE5
Tints of Deep Sky Blue #03ACE5
RGB
CMYK
RGB Variations
Color information
#03ACE5 (or 0x03ACE5) is known color: Deep Sky Blue. HEX triplet: 03, AC and E5. RGB value is (3,172,229). Sum of RGB (Red+Green+Blue) = 3+172+229=404 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #03ACE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03ACE5 is #FC531A. Grayscale: #7F7F7F. Windows color (decimal): -16536347 or 15051779. OLE color: 15051779.
HSL color Cylindrical-coordinate representation of color #03ACE5: hue angle of 195.13º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ACE5 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 172 | 229 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.10 |
| HSL | 195.13º | 0.97% | 0.45% | - |
| HSV(B) | 195.13º | 0.99% | 0.9% | - |
| XYZ | 28.93 | 35.18 | 79.39 | - |
| YUV | 127.97 | 185.01 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 172 | 229 | 0.99 | 0.25 | 0 | 0.10 | 195.13 | 0.97 | 0.45 |
| Hex | 3 | AC | E5 | 63 | 19 | 0 | A | C3 | 61 | 2D |
| Octal | 3 | 254 | 345 | 143 | 31 | 0 | 12 | 303 | 141 | 55 |
| Binary | 11 | 10101100 | 11100101 | 1100011 | 11001 | 0 | 1010 | 11000011 | 1100001 | 101101 |
Color Harmonies of #03ACE5
Complementary color
Monochromatic Colors of #03ACE5
Black with #03ACE5
Text Example
Text Example
White with #03ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ACE5; }
p { color: rgb(3,172,229); }
H1.HeaderClassName
{
color: #03ACE5;
}
.AnyTagClassName
{
color: #03ACE5;
}
</style>
background-color css
<style>
a { background-color: #03ACE5; }
a { background-color: rgb(3,172,229); }
div.DivClassName
{
background-color: #03ACE5;
}
.BgClassName
{
background-color: #03ACE5;
}
</style>
border-color css
<style>
span { border-color: #03ACE5; }
span { border-color: rgb(3,172,229); }
td.TdClassName
{
border-color: #03ACE5;
}
.TagClassName
{
border-color: #03ACE5;
}
</style>