Shades of Aqua #00EDFE
Tints of Aqua #00EDFE
RGB
CMYK
RGB Variations
Color information
#00EDFE (or 0x00EDFE) is known color: Aqua. HEX triplet: 00, ED and FE. RGB value is (0,237,254). Sum of RGB (Red+Green+Blue) = 0+237+254=491 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #00EDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EDFE is #FF1201. Grayscale: #A7A7A7. Windows color (decimal): -16716290 or 16706816. OLE color: 16706816.
HSL color Cylindrical-coordinate representation of color #00EDFE: hue angle of 184.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EDFE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 237 | 254 | - |
| CMYK | 1 | 0.07 | 0 | 0.00 |
| HSL | 184.02º | 1% | 0.5% | - |
| HSV(B) | 184.02º | 1% | 1% | - |
| XYZ | 48.17 | 67.72 | 104.3 | - |
| YUV | 168.08 | 176.48 | 8.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 237 | 254 | 1 | 0.07 | 0 | 0.00 | 184.02 | 1 | 0.5 |
| Hex | 0 | ED | FE | 64 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 355 | 376 | 144 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101101 | 11111110 | 1100100 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00EDFE
Complementary color
Monochromatic Colors of #00EDFE
Black with #00EDFE
Text Example
Text Example
White with #00EDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EDFE; }
p { color: rgb(0,237,254); }
H1.HeaderClassName
{
color: #00EDFE;
}
.AnyTagClassName
{
color: #00EDFE;
}
</style>
background-color css
<style>
a { background-color: #00EDFE; }
a { background-color: rgb(0,237,254); }
div.DivClassName
{
background-color: #00EDFE;
}
.BgClassName
{
background-color: #00EDFE;
}
</style>
border-color css
<style>
span { border-color: #00EDFE; }
span { border-color: rgb(0,237,254); }
td.TdClassName
{
border-color: #00EDFE;
}
.TagClassName
{
border-color: #00EDFE;
}
</style>