Shades of Aqua #03F2FF
Tints of Aqua #03F2FF
RGB
CMYK
RGB Variations
Color information
#03F2FF (or 0x03F2FF) is known color: Aqua. HEX triplet: 03, F2 and FF. RGB value is (3,242,255). Sum of RGB (Red+Green+Blue) = 3+242+255=500 (66% of max value = 765). Red value is 3 (1.56% from 255 or 0.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #03F2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F2FF is #FC0D00. Grayscale: #ABABAB. Windows color (decimal): -16518401 or 16773635. OLE color: 16773635.
HSL color Cylindrical-coordinate representation of color #03F2FF: hue angle of 183.1º 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 #03F2FF is Cyan = 0.99, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 242 | 255 | - |
| CMYK | 0.99 | 0.05 | 0 | 0 |
| HSL | 183.1º | 1% | 0.51% | - |
| HSV(B) | 183.1º | 0.99% | 1% | - |
| XYZ | 49.84 | 70.74 | 105.64 | - |
| YUV | 172.02 | 174.82 | 7.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 242 | 255 | 0.99 | 0.05 | 0 | 0 | 183.1 | 1 | 0.51 |
| Hex | 3 | F2 | FF | 63 | 5 | 0 | 0 | B7 | 64 | 33 |
| Octal | 3 | 362 | 377 | 143 | 5 | 0 | 0 | 267 | 144 | 63 |
| Binary | 11 | 11110010 | 11111111 | 1100011 | 101 | 0 | 0 | 10110111 | 1100100 | 110011 |
Color Harmonies of #03F2FF
Complementary color
Monochromatic Colors of #03F2FF
Black with #03F2FF
Text Example
Text Example
White with #03F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F2FF; }
p { color: rgb(3,242,255); }
H1.HeaderClassName
{
color: #03F2FF;
}
.AnyTagClassName
{
color: #03F2FF;
}
</style>
background-color css
<style>
a { background-color: #03F2FF; }
a { background-color: rgb(3,242,255); }
div.DivClassName
{
background-color: #03F2FF;
}
.BgClassName
{
background-color: #03F2FF;
}
</style>
border-color css
<style>
span { border-color: #03F2FF; }
span { border-color: rgb(3,242,255); }
td.TdClassName
{
border-color: #03F2FF;
}
.TagClassName
{
border-color: #03F2FF;
}
</style>