Shades of Aqua #03F0FF
Tints of Aqua #03F0FF
RGB
CMYK
RGB Variations
Color information
#03F0FF (or 0x03F0FF) is known color: Aqua. HEX triplet: 03, F0 and FF. RGB value is (3,240,255). Sum of RGB (Red+Green+Blue) = 3+240+255=498 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.60% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #03F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F0FF is #FC0F00. Grayscale: #AAAAAA. Windows color (decimal): -16518913 or 16773123. OLE color: 16773123.
HSL color Cylindrical-coordinate representation of color #03F0FF: hue angle of 183.57º 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 #03F0FF is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 240 | 255 | - |
| CMYK | 0.99 | 0.06 | 0 | 0 |
| HSL | 183.57º | 1% | 0.51% | - |
| HSV(B) | 183.57º | 0.99% | 1% | - |
| XYZ | 49.25 | 69.56 | 105.44 | - |
| YUV | 170.85 | 175.48 | 8.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 240 | 255 | 0.99 | 0.06 | 0 | 0 | 183.57 | 1 | 0.51 |
| Hex | 3 | F0 | FF | 63 | 6 | 0 | 0 | B8 | 64 | 33 |
| Octal | 3 | 360 | 377 | 143 | 6 | 0 | 0 | 270 | 144 | 63 |
| Binary | 11 | 11110000 | 11111111 | 1100011 | 110 | 0 | 0 | 10111000 | 1100100 | 110011 |
Color Harmonies of #03F0FF
Complementary color
Monochromatic Colors of #03F0FF
Black with #03F0FF
Text Example
Text Example
White with #03F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F0FF; }
p { color: rgb(3,240,255); }
H1.HeaderClassName
{
color: #03F0FF;
}
.AnyTagClassName
{
color: #03F0FF;
}
</style>
background-color css
<style>
a { background-color: #03F0FF; }
a { background-color: rgb(3,240,255); }
div.DivClassName
{
background-color: #03F0FF;
}
.BgClassName
{
background-color: #03F0FF;
}
</style>
border-color css
<style>
span { border-color: #03F0FF; }
span { border-color: rgb(3,240,255); }
td.TdClassName
{
border-color: #03F0FF;
}
.TagClassName
{
border-color: #03F0FF;
}
</style>