Shades of Aqua #00EEFE
Tints of Aqua #00EEFE
RGB
CMYK
RGB Variations
Color information
#00EEFE (or 0x00EEFE) is known color: Aqua. HEX triplet: 00, EE and FE. RGB value is (0,238,254). Sum of RGB (Red+Green+Blue) = 0+238+254=492 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 492); Green value is 238 (93.36% from 255 or 48.37% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #00EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EEFE is #FF1101. Grayscale: #A8A8A8. Windows color (decimal): -16716034 or 16707072. OLE color: 16707072.
HSL color Cylindrical-coordinate representation of color #00EEFE: hue angle of 183.78º 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 #00EEFE is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 238 | 254 | - |
| CMYK | 1 | 0.06 | 0 | 0.00 |
| HSL | 183.78º | 1% | 0.5% | - |
| HSV(B) | 183.78º | 1% | 1% | - |
| XYZ | 48.46 | 68.3 | 104.4 | - |
| YUV | 168.66 | 176.15 | 7.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 254 | 1 | 0.06 | 0 | 0.00 | 183.78 | 1 | 0.5 |
| Hex | 0 | EE | FE | 64 | 6 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 356 | 376 | 144 | 6 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101110 | 11111110 | 1100100 | 110 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00EEFE
Complementary color
Monochromatic Colors of #00EEFE
Black with #00EEFE
Text Example
Text Example
White with #00EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EEFE; }
p { color: rgb(0,238,254); }
H1.HeaderClassName
{
color: #00EEFE;
}
.AnyTagClassName
{
color: #00EEFE;
}
</style>
background-color css
<style>
a { background-color: #00EEFE; }
a { background-color: rgb(0,238,254); }
div.DivClassName
{
background-color: #00EEFE;
}
.BgClassName
{
background-color: #00EEFE;
}
</style>
border-color css
<style>
span { border-color: #00EEFE; }
span { border-color: rgb(0,238,254); }
td.TdClassName
{
border-color: #00EEFE;
}
.TagClassName
{
border-color: #00EEFE;
}
</style>