Shades of Aqua #00FAEE
Tints of Aqua #00FAEE
RGB
CMYK
RGB Variations
Color information
#00FAEE (or 0x00FAEE) is known color: Aqua. HEX triplet: 00, FA and EE. RGB value is (0,250,238). Sum of RGB (Red+Green+Blue) = 0+250+238=488 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #00FAEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FAEE is #FF0511. Grayscale: #ADADAD. Windows color (decimal): -16712978 or 15661568. OLE color: 15661568.
HSL color Cylindrical-coordinate representation of color #00FAEE: hue angle of 177.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAEE is Cyan = 1, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 238 | - |
| CMYK | 1 | 0 | 0.05 | 0.02 |
| HSL | 177.12º | 1% | 0.49% | - |
| HSV(B) | 177.12º | 1% | 0.98% | - |
| XYZ | 49.62 | 74.54 | 92.66 | - |
| YUV | 173.88 | 164.18 | 3.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 238 | 1 | 0 | 0.05 | 0.02 | 177.12 | 1 | 0.49 |
| Hex | 0 | FA | EE | 64 | 0 | 5 | 2 | B1 | 64 | 31 |
| Octal | 0 | 372 | 356 | 144 | 0 | 5 | 2 | 261 | 144 | 61 |
| Binary | 0 | 11111010 | 11101110 | 1100100 | 0 | 101 | 10 | 10110001 | 1100100 | 110001 |
Color Harmonies of #00FAEE
Complementary color
Monochromatic Colors of #00FAEE
Black with #00FAEE
Text Example
Text Example
White with #00FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAEE; }
p { color: rgb(0,250,238); }
H1.HeaderClassName
{
color: #00FAEE;
}
.AnyTagClassName
{
color: #00FAEE;
}
</style>
background-color css
<style>
a { background-color: #00FAEE; }
a { background-color: rgb(0,250,238); }
div.DivClassName
{
background-color: #00FAEE;
}
.BgClassName
{
background-color: #00FAEE;
}
</style>
border-color css
<style>
span { border-color: #00FAEE; }
span { border-color: rgb(0,250,238); }
td.TdClassName
{
border-color: #00FAEE;
}
.TagClassName
{
border-color: #00FAEE;
}
</style>