Shades of Aqua #00EEF7
Tints of Aqua #00EEF7
RGB
CMYK
RGB Variations
Color information
#00EEF7 (or 0x00EEF7) is known color: Aqua. HEX triplet: 00, EE and F7. RGB value is (0,238,247). Sum of RGB (Red+Green+Blue) = 0+238+247=485 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #00EEF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EEF7 is #FF1108. Grayscale: #A7A7A7. Windows color (decimal): -16716041 or 16248320. OLE color: 16248320.
HSL color Cylindrical-coordinate representation of color #00EEF7: hue angle of 182.19º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EEF7 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 0 | 238 | 247 | - |
| CMYK | 1 | 0.04 | 0 | 0.03 |
| HSL | 182.19º | 1% | 0.48% | - |
| HSV(B) | 182.19º | 1% | 0.97% | - |
| XYZ | 47.36 | 67.86 | 98.6 | - |
| YUV | 167.86 | 172.65 | 8.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 247 | 1 | 0.04 | 0 | 0.03 | 182.19 | 1 | 0.48 |
| Hex | 0 | EE | F7 | 64 | 4 | 0 | 3 | B6 | 64 | 30 |
| Octal | 0 | 356 | 367 | 144 | 4 | 0 | 3 | 266 | 144 | 60 |
| Binary | 0 | 11101110 | 11110111 | 1100100 | 100 | 0 | 11 | 10110110 | 1100100 | 110000 |
Color Harmonies of #00EEF7
Complementary color
Monochromatic Colors of #00EEF7
Black with #00EEF7
Text Example
Text Example
White with #00EEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EEF7; }
p { color: rgb(0,238,247); }
H1.HeaderClassName
{
color: #00EEF7;
}
.AnyTagClassName
{
color: #00EEF7;
}
</style>
background-color css
<style>
a { background-color: #00EEF7; }
a { background-color: rgb(0,238,247); }
div.DivClassName
{
background-color: #00EEF7;
}
.BgClassName
{
background-color: #00EEF7;
}
</style>
border-color css
<style>
span { border-color: #00EEF7; }
span { border-color: rgb(0,238,247); }
td.TdClassName
{
border-color: #00EEF7;
}
.TagClassName
{
border-color: #00EEF7;
}
</style>