Shades of Aqua #00EAFE
Tints of Aqua #00EAFE
RGB
CMYK
RGB Variations
Color information
#00EAFE (or 0x00EAFE) is known color: Aqua. HEX triplet: 00, EA and FE. RGB value is (0,234,254). Sum of RGB (Red+Green+Blue) = 0+234+254=488 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #00EAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EAFE is #FF1501. Grayscale: #A6A6A6. Windows color (decimal): -16717058 or 16706048. OLE color: 16706048.
HSL color Cylindrical-coordinate representation of color #00EAFE: hue angle of 184.72º 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 #00EAFE is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 234 | 254 | - |
| CMYK | 1 | 0.08 | 0 | 0.00 |
| HSL | 184.72º | 1% | 0.5% | - |
| HSV(B) | 184.72º | 1% | 1% | - |
| XYZ | 47.31 | 66 | 104.01 | - |
| YUV | 166.31 | 177.48 | 9.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 234 | 254 | 1 | 0.08 | 0 | 0.00 | 184.72 | 1 | 0.5 |
| Hex | 0 | EA | FE | 64 | 8 | 0 | 0 | B9 | 64 | 32 |
| Octal | 0 | 352 | 376 | 144 | 10 | 0 | 0 | 271 | 144 | 62 |
| Binary | 0 | 11101010 | 11111110 | 1100100 | 1000 | 0 | 0 | 10111001 | 1100100 | 110010 |
Color Harmonies of #00EAFE
Complementary color
Monochromatic Colors of #00EAFE
Black with #00EAFE
Text Example
Text Example
White with #00EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EAFE; }
p { color: rgb(0,234,254); }
H1.HeaderClassName
{
color: #00EAFE;
}
.AnyTagClassName
{
color: #00EAFE;
}
</style>
background-color css
<style>
a { background-color: #00EAFE; }
a { background-color: rgb(0,234,254); }
div.DivClassName
{
background-color: #00EAFE;
}
.BgClassName
{
background-color: #00EAFE;
}
</style>
border-color css
<style>
span { border-color: #00EAFE; }
span { border-color: rgb(0,234,254); }
td.TdClassName
{
border-color: #00EAFE;
}
.TagClassName
{
border-color: #00EAFE;
}
</style>