Shades of Aqua #03E6F9
Tints of Aqua #03E6F9
RGB
CMYK
RGB Variations
Color information
#03E6F9 (or 0x03E6F9) is known color: Aqua. HEX triplet: 03, E6 and F9. RGB value is (3,230,249). Sum of RGB (Red+Green+Blue) = 3+230+249=482 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #03E6F9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E6F9 is #FC1906. Grayscale: #A3A3A3. Windows color (decimal): -16521479 or 16377347. OLE color: 16377347.
HSL color Cylindrical-coordinate representation of color #03E6F9: hue angle of 184.63º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03E6F9 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 230 | 249 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.02 |
| HSL | 184.63º | 0.98% | 0.49% | - |
| HSV(B) | 184.63º | 0.99% | 0.98% | - |
| XYZ | 45.43 | 63.45 | 99.48 | - |
| YUV | 164.29 | 175.79 | 12.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 249 | 0.99 | 0.08 | 0 | 0.02 | 184.63 | 0.98 | 0.49 |
| Hex | 3 | E6 | F9 | 63 | 8 | 0 | 2 | B9 | 62 | 31 |
| Octal | 3 | 346 | 371 | 143 | 10 | 0 | 2 | 271 | 142 | 61 |
| Binary | 11 | 11100110 | 11111001 | 1100011 | 1000 | 0 | 10 | 10111001 | 1100010 | 110001 |
Color Harmonies of #03E6F9
Complementary color
Monochromatic Colors of #03E6F9
Black with #03E6F9
Text Example
Text Example
White with #03E6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6F9; }
p { color: rgb(3,230,249); }
H1.HeaderClassName
{
color: #03E6F9;
}
.AnyTagClassName
{
color: #03E6F9;
}
</style>
background-color css
<style>
a { background-color: #03E6F9; }
a { background-color: rgb(3,230,249); }
div.DivClassName
{
background-color: #03E6F9;
}
.BgClassName
{
background-color: #03E6F9;
}
</style>
border-color css
<style>
span { border-color: #03E6F9; }
span { border-color: rgb(3,230,249); }
td.TdClassName
{
border-color: #03E6F9;
}
.TagClassName
{
border-color: #03E6F9;
}
</style>