Shades of Aqua #03E2FC
Tints of Aqua #03E2FC
RGB
CMYK
RGB Variations
Color information
#03E2FC (or 0x03E2FC) is known color: Aqua. HEX triplet: 03, E2 and FC. RGB value is (3,226,252). Sum of RGB (Red+Green+Blue) = 3+226+252=481 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #03E2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2FC is #FC1D03. Grayscale: #A1A1A1. Windows color (decimal): -16522500 or 16572931. OLE color: 16572931.
HSL color Cylindrical-coordinate representation of color #03E2FC: hue angle of 186.27º 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 #03E2FC is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 226 | 252 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.01 |
| HSL | 186.27º | 0.98% | 0.5% | - |
| HSV(B) | 186.27º | 0.99% | 0.99% | - |
| XYZ | 44.8 | 61.44 | 101.59 | - |
| YUV | 162.29 | 178.62 | 14.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 252 | 0.99 | 0.10 | 0 | 0.01 | 186.27 | 0.98 | 0.5 |
| Hex | 3 | E2 | FC | 63 | A | 0 | 1 | BA | 62 | 32 |
| Octal | 3 | 342 | 374 | 143 | 12 | 0 | 1 | 272 | 142 | 62 |
| Binary | 11 | 11100010 | 11111100 | 1100011 | 1010 | 0 | 1 | 10111010 | 1100010 | 110010 |
Color Harmonies of #03E2FC
Complementary color
Monochromatic Colors of #03E2FC
Black with #03E2FC
Text Example
Text Example
White with #03E2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E2FC; }
p { color: rgb(3,226,252); }
H1.HeaderClassName
{
color: #03E2FC;
}
.AnyTagClassName
{
color: #03E2FC;
}
</style>
background-color css
<style>
a { background-color: #03E2FC; }
a { background-color: rgb(3,226,252); }
div.DivClassName
{
background-color: #03E2FC;
}
.BgClassName
{
background-color: #03E2FC;
}
</style>
border-color css
<style>
span { border-color: #03E2FC; }
span { border-color: rgb(3,226,252); }
td.TdClassName
{
border-color: #03E2FC;
}
.TagClassName
{
border-color: #03E2FC;
}
</style>