Shades of Aqua #03EEFA
Tints of Aqua #03EEFA
RGB
CMYK
RGB Variations
Color information
#03EEFA (or 0x03EEFA) is known color: Aqua. HEX triplet: 03, EE and FA. RGB value is (3,238,250). Sum of RGB (Red+Green+Blue) = 3+238+250=491 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #03EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EEFA is #FC1105. Grayscale: #A8A8A8. Windows color (decimal): -16519430 or 16444931. OLE color: 16444931.
HSL color Cylindrical-coordinate representation of color #03EEFA: hue angle of 182.91º 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 #03EEFA is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 238 | 250 | - |
| CMYK | 0.99 | 0.05 | 0 | 0.02 |
| HSL | 182.92º | 0.98% | 0.5% | - |
| HSV(B) | 182.92º | 0.99% | 0.98% | - |
| XYZ | 47.87 | 68.07 | 101.06 | - |
| YUV | 169.1 | 173.64 | 9.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 238 | 250 | 0.99 | 0.05 | 0 | 0.02 | 182.92 | 0.98 | 0.5 |
| Hex | 3 | EE | FA | 63 | 5 | 0 | 2 | B7 | 62 | 32 |
| Octal | 3 | 356 | 372 | 143 | 5 | 0 | 2 | 267 | 142 | 62 |
| Binary | 11 | 11101110 | 11111010 | 1100011 | 101 | 0 | 10 | 10110111 | 1100010 | 110010 |
Color Harmonies of #03EEFA
Complementary color
Monochromatic Colors of #03EEFA
Black with #03EEFA
Text Example
Text Example
White with #03EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EEFA; }
p { color: rgb(3,238,250); }
H1.HeaderClassName
{
color: #03EEFA;
}
.AnyTagClassName
{
color: #03EEFA;
}
</style>
background-color css
<style>
a { background-color: #03EEFA; }
a { background-color: rgb(3,238,250); }
div.DivClassName
{
background-color: #03EEFA;
}
.BgClassName
{
background-color: #03EEFA;
}
</style>
border-color css
<style>
span { border-color: #03EEFA; }
span { border-color: rgb(3,238,250); }
td.TdClassName
{
border-color: #03EEFA;
}
.TagClassName
{
border-color: #03EEFA;
}
</style>