Shades of Aqua #03E2FF
Tints of Aqua #03E2FF
RGB
CMYK
RGB Variations
Color information
#03E2FF (or 0x03E2FF) is known color: Aqua. HEX triplet: 03, E2 and FF. RGB value is (3,226,255). Sum of RGB (Red+Green+Blue) = 3+226+255=484 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #03E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2FF is #FC1D00. Grayscale: #A2A2A2. Windows color (decimal): -16522497 or 16769539. OLE color: 16769539.
HSL color Cylindrical-coordinate representation of color #03E2FF: hue angle of 186.9º 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 #03E2FF is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 226 | 255 | - |
| CMYK | 0.99 | 0.11 | 0 | 0 |
| HSL | 186.9º | 1% | 0.51% | - |
| HSV(B) | 186.9º | 0.99% | 1% | - |
| XYZ | 45.28 | 61.63 | 104.12 | - |
| YUV | 162.63 | 180.12 | 14.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 255 | 0.99 | 0.11 | 0 | 0 | 186.9 | 1 | 0.51 |
| Hex | 3 | E2 | FF | 63 | B | 0 | 0 | BB | 64 | 33 |
| Octal | 3 | 342 | 377 | 143 | 13 | 0 | 0 | 273 | 144 | 63 |
| Binary | 11 | 11100010 | 11111111 | 1100011 | 1011 | 0 | 0 | 10111011 | 1100100 | 110011 |
Color Harmonies of #03E2FF
Complementary color
Monochromatic Colors of #03E2FF
Black with #03E2FF
Text Example
Text Example
White with #03E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E2FF; }
p { color: rgb(3,226,255); }
H1.HeaderClassName
{
color: #03E2FF;
}
.AnyTagClassName
{
color: #03E2FF;
}
</style>
background-color css
<style>
a { background-color: #03E2FF; }
a { background-color: rgb(3,226,255); }
div.DivClassName
{
background-color: #03E2FF;
}
.BgClassName
{
background-color: #03E2FF;
}
</style>
border-color css
<style>
span { border-color: #03E2FF; }
span { border-color: rgb(3,226,255); }
td.TdClassName
{
border-color: #03E2FF;
}
.TagClassName
{
border-color: #03E2FF;
}
</style>