Shades of Aqua #03E0FF
Tints of Aqua #03E0FF
RGB
CMYK
RGB Variations
Color information
#03E0FF (or 0x03E0FF) is known color: Aqua. HEX triplet: 03, E0 and FF. RGB value is (3,224,255). Sum of RGB (Red+Green+Blue) = 3+224+255=482 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #03E0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E0FF is #FC1F00. Grayscale: #A1A1A1. Windows color (decimal): -16523009 or 16769027. OLE color: 16769027.
HSL color Cylindrical-coordinate representation of color #03E0FF: hue angle of 187.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E0FF is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 224 | 255 | - |
| CMYK | 0.99 | 0.12 | 0 | 0 |
| HSL | 187.38º | 1% | 0.51% | - |
| HSV(B) | 187.38º | 0.99% | 1% | - |
| XYZ | 44.74 | 60.55 | 103.94 | - |
| YUV | 161.46 | 180.78 | 14.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 224 | 255 | 0.99 | 0.12 | 0 | 0 | 187.38 | 1 | 0.51 |
| Hex | 3 | E0 | FF | 63 | C | 0 | 0 | BB | 64 | 33 |
| Octal | 3 | 340 | 377 | 143 | 14 | 0 | 0 | 273 | 144 | 63 |
| Binary | 11 | 11100000 | 11111111 | 1100011 | 1100 | 0 | 0 | 10111011 | 1100100 | 110011 |
Color Harmonies of #03E0FF
Complementary color
Monochromatic Colors of #03E0FF
Black with #03E0FF
Text Example
Text Example
White with #03E0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E0FF; }
p { color: rgb(3,224,255); }
H1.HeaderClassName
{
color: #03E0FF;
}
.AnyTagClassName
{
color: #03E0FF;
}
</style>
background-color css
<style>
a { background-color: #03E0FF; }
a { background-color: rgb(3,224,255); }
div.DivClassName
{
background-color: #03E0FF;
}
.BgClassName
{
background-color: #03E0FF;
}
</style>
border-color css
<style>
span { border-color: #03E0FF; }
span { border-color: rgb(3,224,255); }
td.TdClassName
{
border-color: #03E0FF;
}
.TagClassName
{
border-color: #03E0FF;
}
</style>