Shades of Aqua #03E6FF
Tints of Aqua #03E6FF
RGB
CMYK
RGB Variations
Color information
#03E6FF (or 0x03E6FF) is known color: Aqua. HEX triplet: 03, E6 and FF. RGB value is (3,230,255). Sum of RGB (Red+Green+Blue) = 3+230+255=488 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #03E6FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E6FF is #FC1900. Grayscale: #A4A4A4. Windows color (decimal): -16521473 or 16770563. OLE color: 16770563.
HSL color Cylindrical-coordinate representation of color #03E6FF: hue angle of 185.95º 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 #03E6FF is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 230 | 255 | - |
| CMYK | 0.99 | 0.10 | 0 | 0 |
| HSL | 185.95º | 1% | 0.51% | - |
| HSV(B) | 185.95º | 0.99% | 1% | - |
| XYZ | 46.38 | 63.83 | 104.48 | - |
| YUV | 164.98 | 178.79 | 12.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 255 | 0.99 | 0.10 | 0 | 0 | 185.95 | 1 | 0.51 |
| Hex | 3 | E6 | FF | 63 | A | 0 | 0 | BA | 64 | 33 |
| Octal | 3 | 346 | 377 | 143 | 12 | 0 | 0 | 272 | 144 | 63 |
| Binary | 11 | 11100110 | 11111111 | 1100011 | 1010 | 0 | 0 | 10111010 | 1100100 | 110011 |
Color Harmonies of #03E6FF
Complementary color
Monochromatic Colors of #03E6FF
Black with #03E6FF
Text Example
Text Example
White with #03E6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6FF; }
p { color: rgb(3,230,255); }
H1.HeaderClassName
{
color: #03E6FF;
}
.AnyTagClassName
{
color: #03E6FF;
}
</style>
background-color css
<style>
a { background-color: #03E6FF; }
a { background-color: rgb(3,230,255); }
div.DivClassName
{
background-color: #03E6FF;
}
.BgClassName
{
background-color: #03E6FF;
}
</style>
border-color css
<style>
span { border-color: #03E6FF; }
span { border-color: rgb(3,230,255); }
td.TdClassName
{
border-color: #03E6FF;
}
.TagClassName
{
border-color: #03E6FF;
}
</style>