Shades of Aqua #03ECFF
Tints of Aqua #03ECFF
RGB
CMYK
RGB Variations
Color information
#03ECFF (or 0x03ECFF) is known color: Aqua. HEX triplet: 03, EC and FF. RGB value is (3,236,255). Sum of RGB (Red+Green+Blue) = 3+236+255=494 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #03ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03ECFF is #FC1300. Grayscale: #A8A8A8. Windows color (decimal): -16519937 or 16772099. OLE color: 16772099.
HSL color Cylindrical-coordinate representation of color #03ECFF: hue angle of 184.52º 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 #03ECFF is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 236 | 255 | - |
| CMYK | 0.99 | 0.07 | 0 | 0 |
| HSL | 184.52º | 1% | 0.51% | - |
| HSV(B) | 184.52º | 0.99% | 1% | - |
| XYZ | 48.08 | 67.23 | 105.05 | - |
| YUV | 168.5 | 176.81 | 9.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 255 | 0.99 | 0.07 | 0 | 0 | 184.52 | 1 | 0.51 |
| Hex | 3 | EC | FF | 63 | 7 | 0 | 0 | B9 | 64 | 33 |
| Octal | 3 | 354 | 377 | 143 | 7 | 0 | 0 | 271 | 144 | 63 |
| Binary | 11 | 11101100 | 11111111 | 1100011 | 111 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #03ECFF
Complementary color
Monochromatic Colors of #03ECFF
Black with #03ECFF
Text Example
Text Example
White with #03ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECFF; }
p { color: rgb(3,236,255); }
H1.HeaderClassName
{
color: #03ECFF;
}
.AnyTagClassName
{
color: #03ECFF;
}
</style>
background-color css
<style>
a { background-color: #03ECFF; }
a { background-color: rgb(3,236,255); }
div.DivClassName
{
background-color: #03ECFF;
}
.BgClassName
{
background-color: #03ECFF;
}
</style>
border-color css
<style>
span { border-color: #03ECFF; }
span { border-color: rgb(3,236,255); }
td.TdClassName
{
border-color: #03ECFF;
}
.TagClassName
{
border-color: #03ECFF;
}
</style>