Shades of Aqua #03ECF7
Tints of Aqua #03ECF7
RGB
CMYK
RGB Variations
Color information
#03ECF7 (or 0x03ECF7) is known color: Aqua. HEX triplet: 03, EC and F7. RGB value is (3,236,247). Sum of RGB (Red+Green+Blue) = 3+236+247=486 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 247 (96.88% from 255 or 50.82% from 486); Max value from RGB is 247 - color contains mainly: blue. Hex color #03ECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03ECF7 is #FC1308. Grayscale: #A7A7A7. Windows color (decimal): -16519945 or 16247811. OLE color: 16247811.
HSL color Cylindrical-coordinate representation of color #03ECF7: hue angle of 182.7º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ECF7 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 236 | 247 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.03 |
| HSL | 182.7º | 0.98% | 0.49% | - |
| HSV(B) | 182.7º | 0.99% | 0.97% | - |
| XYZ | 46.82 | 66.73 | 98.41 | - |
| YUV | 167.59 | 172.81 | 10.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 247 | 0.99 | 0.04 | 0 | 0.03 | 182.7 | 0.98 | 0.49 |
| Hex | 3 | EC | F7 | 63 | 4 | 0 | 3 | B7 | 62 | 31 |
| Octal | 3 | 354 | 367 | 143 | 4 | 0 | 3 | 267 | 142 | 61 |
| Binary | 11 | 11101100 | 11110111 | 1100011 | 100 | 0 | 11 | 10110111 | 1100010 | 110001 |
Color Harmonies of #03ECF7
Complementary color
Monochromatic Colors of #03ECF7
Black with #03ECF7
Text Example
Text Example
White with #03ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECF7; }
p { color: rgb(3,236,247); }
H1.HeaderClassName
{
color: #03ECF7;
}
.AnyTagClassName
{
color: #03ECF7;
}
</style>
background-color css
<style>
a { background-color: #03ECF7; }
a { background-color: rgb(3,236,247); }
div.DivClassName
{
background-color: #03ECF7;
}
.BgClassName
{
background-color: #03ECF7;
}
</style>
border-color css
<style>
span { border-color: #03ECF7; }
span { border-color: rgb(3,236,247); }
td.TdClassName
{
border-color: #03ECF7;
}
.TagClassName
{
border-color: #03ECF7;
}
</style>