Shades of Aqua #03F9FF
Tints of Aqua #03F9FF
RGB
CMYK
RGB Variations
Color information
#03F9FF (or 0x03F9FF) is known color: Aqua. HEX triplet: 03, F9 and FF. RGB value is (3,249,255). Sum of RGB (Red+Green+Blue) = 3+249+255=507 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #03F9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F9FF is #FC0600. Grayscale: #AFAFAF. Windows color (decimal): -16516609 or 16775427. OLE color: 16775427.
HSL color Cylindrical-coordinate representation of color #03F9FF: hue angle of 181.43º 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 #03F9FF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 249 | 255 | - |
| CMYK | 0.99 | 0.02 | 0 | 0 |
| HSL | 181.43º | 1% | 0.51% | - |
| HSV(B) | 181.43º | 0.99% | 1% | - |
| XYZ | 51.96 | 74.99 | 106.34 | - |
| YUV | 176.13 | 172.5 | 4.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 249 | 255 | 0.99 | 0.02 | 0 | 0 | 181.43 | 1 | 0.51 |
| Hex | 3 | F9 | FF | 63 | 2 | 0 | 0 | B5 | 64 | 33 |
| Octal | 3 | 371 | 377 | 143 | 2 | 0 | 0 | 265 | 144 | 63 |
| Binary | 11 | 11111001 | 11111111 | 1100011 | 10 | 0 | 0 | 10110101 | 1100100 | 110011 |
Color Harmonies of #03F9FF
Complementary color
Monochromatic Colors of #03F9FF
Black with #03F9FF
Text Example
Text Example
White with #03F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F9FF; }
p { color: rgb(3,249,255); }
H1.HeaderClassName
{
color: #03F9FF;
}
.AnyTagClassName
{
color: #03F9FF;
}
</style>
background-color css
<style>
a { background-color: #03F9FF; }
a { background-color: rgb(3,249,255); }
div.DivClassName
{
background-color: #03F9FF;
}
.BgClassName
{
background-color: #03F9FF;
}
</style>
border-color css
<style>
span { border-color: #03F9FF; }
span { border-color: rgb(3,249,255); }
td.TdClassName
{
border-color: #03F9FF;
}
.TagClassName
{
border-color: #03F9FF;
}
</style>