Shades of Aqua #03FAFF
Tints of Aqua #03FAFF
RGB
CMYK
RGB Variations
Color information
#03FAFF (or 0x03FAFF) is known color: Aqua. HEX triplet: 03, FA and FF. RGB value is (3,250,255). Sum of RGB (Red+Green+Blue) = 3+250+255=508 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #03FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FAFF is #FC0500. Grayscale: #B0B0B0. Windows color (decimal): -16516353 or 16775683. OLE color: 16775683.
HSL color Cylindrical-coordinate representation of color #03FAFF: hue angle of 181.19º 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 #03FAFF is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 250 | 255 | - |
| CMYK | 0.99 | 0.02 | 0 | 0 |
| HSL | 181.19º | 1% | 0.51% | - |
| HSV(B) | 181.19º | 0.99% | 1% | - |
| XYZ | 52.27 | 75.61 | 106.45 | - |
| YUV | 176.72 | 172.17 | 4.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 250 | 255 | 0.99 | 0.02 | 0 | 0 | 181.19 | 1 | 0.51 |
| Hex | 3 | FA | FF | 63 | 2 | 0 | 0 | B5 | 64 | 33 |
| Octal | 3 | 372 | 377 | 143 | 2 | 0 | 0 | 265 | 144 | 63 |
| Binary | 11 | 11111010 | 11111111 | 1100011 | 10 | 0 | 0 | 10110101 | 1100100 | 110011 |
Color Harmonies of #03FAFF
Complementary color
Monochromatic Colors of #03FAFF
Black with #03FAFF
Text Example
Text Example
White with #03FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FAFF; }
p { color: rgb(3,250,255); }
H1.HeaderClassName
{
color: #03FAFF;
}
.AnyTagClassName
{
color: #03FAFF;
}
</style>
background-color css
<style>
a { background-color: #03FAFF; }
a { background-color: rgb(3,250,255); }
div.DivClassName
{
background-color: #03FAFF;
}
.BgClassName
{
background-color: #03FAFF;
}
</style>
border-color css
<style>
span { border-color: #03FAFF; }
span { border-color: rgb(3,250,255); }
td.TdClassName
{
border-color: #03FAFF;
}
.TagClassName
{
border-color: #03FAFF;
}
</style>