Shades of Aqua #03E2FB
Tints of Aqua #03E2FB
RGB
CMYK
RGB Variations
Color information
#03E2FB (or 0x03E2FB) is known color: Aqua. HEX triplet: 03, E2 and FB. RGB value is (3,226,251). Sum of RGB (Red+Green+Blue) = 3+226+251=480 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #03E2FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03E2FB is #FC1D04. Grayscale: #A1A1A1. Windows color (decimal): -16522501 or 16507395. OLE color: 16507395.
HSL color Cylindrical-coordinate representation of color #03E2FB: hue angle of 186.05º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E2FB is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 226 | 251 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.02 |
| HSL | 186.05º | 0.98% | 0.5% | - |
| HSV(B) | 186.05º | 0.99% | 0.98% | - |
| XYZ | 44.65 | 61.38 | 100.76 | - |
| YUV | 162.17 | 178.12 | 14.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 226 | 251 | 0.99 | 0.10 | 0 | 0.02 | 186.05 | 0.98 | 0.5 |
| Hex | 3 | E2 | FB | 63 | A | 0 | 2 | BA | 62 | 32 |
| Octal | 3 | 342 | 373 | 143 | 12 | 0 | 2 | 272 | 142 | 62 |
| Binary | 11 | 11100010 | 11111011 | 1100011 | 1010 | 0 | 10 | 10111010 | 1100010 | 110010 |
Color Harmonies of #03E2FB
Complementary color
Monochromatic Colors of #03E2FB
Black with #03E2FB
Text Example
Text Example
White with #03E2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E2FB; }
p { color: rgb(3,226,251); }
H1.HeaderClassName
{
color: #03E2FB;
}
.AnyTagClassName
{
color: #03E2FB;
}
</style>
background-color css
<style>
a { background-color: #03E2FB; }
a { background-color: rgb(3,226,251); }
div.DivClassName
{
background-color: #03E2FB;
}
.BgClassName
{
background-color: #03E2FB;
}
</style>
border-color css
<style>
span { border-color: #03E2FB; }
span { border-color: rgb(3,226,251); }
td.TdClassName
{
border-color: #03E2FB;
}
.TagClassName
{
border-color: #03E2FB;
}
</style>