Shades of Aqua #03E5FD
Tints of Aqua #03E5FD
RGB
CMYK
RGB Variations
Color information
#03E5FD (or 0x03E5FD) is known color: Aqua. HEX triplet: 03, E5 and FD. RGB value is (3,229,253). Sum of RGB (Red+Green+Blue) = 3+229+253=485 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #03E5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E5FD is #FC1A02. Grayscale: #A3A3A3. Windows color (decimal): -16521731 or 16639235. OLE color: 16639235.
HSL color Cylindrical-coordinate representation of color #03E5FD: hue angle of 185.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E5FD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 229 | 253 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.01 |
| HSL | 185.76º | 0.98% | 0.5% | - |
| HSV(B) | 185.76º | 0.99% | 0.99% | - |
| XYZ | 45.79 | 63.15 | 102.7 | - |
| YUV | 164.16 | 178.13 | 13.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 229 | 253 | 0.99 | 0.09 | 0 | 0.01 | 185.76 | 0.98 | 0.5 |
| Hex | 3 | E5 | FD | 63 | 9 | 0 | 1 | BA | 62 | 32 |
| Octal | 3 | 345 | 375 | 143 | 11 | 0 | 1 | 272 | 142 | 62 |
| Binary | 11 | 11100101 | 11111101 | 1100011 | 1001 | 0 | 1 | 10111010 | 1100010 | 110010 |
Color Harmonies of #03E5FD
Complementary color
Monochromatic Colors of #03E5FD
Black with #03E5FD
Text Example
Text Example
White with #03E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E5FD; }
p { color: rgb(3,229,253); }
H1.HeaderClassName
{
color: #03E5FD;
}
.AnyTagClassName
{
color: #03E5FD;
}
</style>
background-color css
<style>
a { background-color: #03E5FD; }
a { background-color: rgb(3,229,253); }
div.DivClassName
{
background-color: #03E5FD;
}
.BgClassName
{
background-color: #03E5FD;
}
</style>
border-color css
<style>
span { border-color: #03E5FD; }
span { border-color: rgb(3,229,253); }
td.TdClassName
{
border-color: #03E5FD;
}
.TagClassName
{
border-color: #03E5FD;
}
</style>