Shades of Aqua #00EDF5
Tints of Aqua #00EDF5
RGB
CMYK
RGB Variations
Color information
#00EDF5 (or 0x00EDF5) is known color: Aqua. HEX triplet: 00, ED and F5. RGB value is (0,237,245). Sum of RGB (Red+Green+Blue) = 0+237+245=482 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #00EDF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EDF5 is #FF120A. Grayscale: #A6A6A6. Windows color (decimal): -16716299 or 16116992. OLE color: 16116992.
HSL color Cylindrical-coordinate representation of color #00EDF5: hue angle of 181.96º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDF5 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 237 | 245 | - |
| CMYK | 1 | 0.03 | 0 | 0.04 |
| HSL | 181.96º | 1% | 0.48% | - |
| HSV(B) | 181.96º | 1% | 0.96% | - |
| XYZ | 46.77 | 67.16 | 96.88 | - |
| YUV | 167.05 | 171.98 | 8.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 245 | 1 | 0.03 | 0 | 0.04 | 181.96 | 1 | 0.48 |
| Hex | 0 | ED | F5 | 64 | 3 | 0 | 4 | B6 | 64 | 30 |
| Octal | 0 | 355 | 365 | 144 | 3 | 0 | 4 | 266 | 144 | 60 |
| Binary | 0 | 11101101 | 11110101 | 1100100 | 11 | 0 | 100 | 10110110 | 1100100 | 110000 |
Color Harmonies of #00EDF5
Complementary color
Monochromatic Colors of #00EDF5
Black with #00EDF5
Text Example
Text Example
White with #00EDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDF5; }
p { color: rgb(0,237,245); }
H1.HeaderClassName
{
color: #00EDF5;
}
.AnyTagClassName
{
color: #00EDF5;
}
</style>
background-color css
<style>
a { background-color: #00EDF5; }
a { background-color: rgb(0,237,245); }
div.DivClassName
{
background-color: #00EDF5;
}
.BgClassName
{
background-color: #00EDF5;
}
</style>
border-color css
<style>
span { border-color: #00EDF5; }
span { border-color: rgb(0,237,245); }
td.TdClassName
{
border-color: #00EDF5;
}
.TagClassName
{
border-color: #00EDF5;
}
</style>