Shades of Aqua #03EDF7
Tints of Aqua #03EDF7
RGB
CMYK
RGB Variations
Color information
#03EDF7 (or 0x03EDF7) is known color: Aqua. HEX triplet: 03, ED and F7. RGB value is (3,237,247). Sum of RGB (Red+Green+Blue) = 3+237+247=487 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 247 (96.88% from 255 or 50.72% from 487); Max value from RGB is 247 - color contains mainly: blue. Hex color #03EDF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EDF7 is #FC1208. Grayscale: #A7A7A7. Windows color (decimal): -16519689 or 16248067. OLE color: 16248067.
HSL color Cylindrical-coordinate representation of color #03EDF7: hue angle of 182.46º 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 #03EDF7 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 237 | 247 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.03 |
| HSL | 182.46º | 0.98% | 0.49% | - |
| HSV(B) | 182.46º | 0.99% | 0.97% | - |
| XYZ | 47.11 | 67.3 | 98.5 | - |
| YUV | 168.17 | 172.48 | 10.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 237 | 247 | 0.99 | 0.04 | 0 | 0.03 | 182.46 | 0.98 | 0.49 |
| Hex | 3 | ED | F7 | 63 | 4 | 0 | 3 | B6 | 62 | 31 |
| Octal | 3 | 355 | 367 | 143 | 4 | 0 | 3 | 266 | 142 | 61 |
| Binary | 11 | 11101101 | 11110111 | 1100011 | 100 | 0 | 11 | 10110110 | 1100010 | 110001 |
Color Harmonies of #03EDF7
Complementary color
Monochromatic Colors of #03EDF7
Black with #03EDF7
Text Example
Text Example
White with #03EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EDF7; }
p { color: rgb(3,237,247); }
H1.HeaderClassName
{
color: #03EDF7;
}
.AnyTagClassName
{
color: #03EDF7;
}
</style>
background-color css
<style>
a { background-color: #03EDF7; }
a { background-color: rgb(3,237,247); }
div.DivClassName
{
background-color: #03EDF7;
}
.BgClassName
{
background-color: #03EDF7;
}
</style>
border-color css
<style>
span { border-color: #03EDF7; }
span { border-color: rgb(3,237,247); }
td.TdClassName
{
border-color: #03EDF7;
}
.TagClassName
{
border-color: #03EDF7;
}
</style>