Shades of Aqua #03F5FF
Tints of Aqua #03F5FF
RGB
CMYK
RGB Variations
Color information
#03F5FF (or 0x03F5FF) is known color: Aqua. HEX triplet: 03, F5 and FF. RGB value is (3,245,255). Sum of RGB (Red+Green+Blue) = 3+245+255=503 (66% of max value = 765). Red value is 3 (1.56% from 255 or 0.60% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #03F5FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03F5FF is #FC0A00. Grayscale: #ADADAD. Windows color (decimal): -16517633 or 16774403. OLE color: 16774403.
HSL color Cylindrical-coordinate representation of color #03F5FF: hue angle of 182.38º 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 #03F5FF is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 245 | 255 | - |
| CMYK | 0.99 | 0.04 | 0 | 0 |
| HSL | 182.38º | 1% | 0.51% | - |
| HSV(B) | 182.38º | 0.99% | 1% | - |
| XYZ | 50.74 | 72.54 | 105.94 | - |
| YUV | 173.78 | 173.83 | 6.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 245 | 255 | 0.99 | 0.04 | 0 | 0 | 182.38 | 1 | 0.51 |
| Hex | 3 | F5 | FF | 63 | 4 | 0 | 0 | B6 | 64 | 33 |
| Octal | 3 | 365 | 377 | 143 | 4 | 0 | 0 | 266 | 144 | 63 |
| Binary | 11 | 11110101 | 11111111 | 1100011 | 100 | 0 | 0 | 10110110 | 1100100 | 110011 |
Color Harmonies of #03F5FF
Complementary color
Monochromatic Colors of #03F5FF
Black with #03F5FF
Text Example
Text Example
White with #03F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03F5FF; }
p { color: rgb(3,245,255); }
H1.HeaderClassName
{
color: #03F5FF;
}
.AnyTagClassName
{
color: #03F5FF;
}
</style>
background-color css
<style>
a { background-color: #03F5FF; }
a { background-color: rgb(3,245,255); }
div.DivClassName
{
background-color: #03F5FF;
}
.BgClassName
{
background-color: #03F5FF;
}
</style>
border-color css
<style>
span { border-color: #03F5FF; }
span { border-color: rgb(3,245,255); }
td.TdClassName
{
border-color: #03F5FF;
}
.TagClassName
{
border-color: #03F5FF;
}
</style>