Shades of Aqua #03ECFD
Tints of Aqua #03ECFD
RGB
CMYK
RGB Variations
Color information
#03ECFD (or 0x03ECFD) is known color: Aqua. HEX triplet: 03, EC and FD. RGB value is (3,236,253). Sum of RGB (Red+Green+Blue) = 3+236+253=492 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #03ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03ECFD is #FC1302. Grayscale: #A7A7A7. Windows color (decimal): -16519939 or 16641027. OLE color: 16641027.
HSL color Cylindrical-coordinate representation of color #03ECFD: hue angle of 184.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03ECFD is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 236 | 253 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.01 |
| HSL | 184.08º | 0.98% | 0.5% | - |
| HSV(B) | 184.08º | 0.99% | 0.99% | - |
| XYZ | 47.76 | 67.1 | 103.36 | - |
| YUV | 168.27 | 175.81 | 10.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 236 | 253 | 0.99 | 0.07 | 0 | 0.01 | 184.08 | 0.98 | 0.5 |
| Hex | 3 | EC | FD | 63 | 7 | 0 | 1 | B8 | 62 | 32 |
| Octal | 3 | 354 | 375 | 143 | 7 | 0 | 1 | 270 | 142 | 62 |
| Binary | 11 | 11101100 | 11111101 | 1100011 | 111 | 0 | 1 | 10111000 | 1100010 | 110010 |
Color Harmonies of #03ECFD
Complementary color
Monochromatic Colors of #03ECFD
Black with #03ECFD
Text Example
Text Example
White with #03ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03ECFD; }
p { color: rgb(3,236,253); }
H1.HeaderClassName
{
color: #03ECFD;
}
.AnyTagClassName
{
color: #03ECFD;
}
</style>
background-color css
<style>
a { background-color: #03ECFD; }
a { background-color: rgb(3,236,253); }
div.DivClassName
{
background-color: #03ECFD;
}
.BgClassName
{
background-color: #03ECFD;
}
</style>
border-color css
<style>
span { border-color: #03ECFD; }
span { border-color: rgb(3,236,253); }
td.TdClassName
{
border-color: #03ECFD;
}
.TagClassName
{
border-color: #03ECFD;
}
</style>