Shades of Aqua #00EEFF
Tints of Aqua #00EEFF
RGB
CMYK
RGB Variations
Color information
#00EEFF (or 0x00EEFF) is known color: Aqua. HEX triplet: 00, EE and FF. RGB value is (0,238,255). Sum of RGB (Red+Green+Blue) = 0+238+255=493 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #00EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00EEFF is #FF1100. Grayscale: #A8A8A8. Windows color (decimal): -16716033 or 16772608. OLE color: 16772608.
HSL color Cylindrical-coordinate representation of color #00EEFF: hue angle of 184º 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 #00EEFF is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 238 | 255 | - |
| CMYK | 1 | 0.07 | 0 | 0 |
| HSL | 184º | 1% | 0.5% | - |
| HSV(B) | 184º | 1% | 1% | - |
| XYZ | 48.62 | 68.37 | 105.24 | - |
| YUV | 168.78 | 176.65 | 7.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 238 | 255 | 1 | 0.07 | 0 | 0 | 184 | 1 | 0.5 |
| Hex | 0 | EE | FF | 64 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 356 | 377 | 144 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101110 | 11111111 | 1100100 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00EEFF
Complementary color
Monochromatic Colors of #00EEFF
Black with #00EEFF
Text Example
Text Example
White with #00EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EEFF; }
p { color: rgb(0,238,255); }
H1.HeaderClassName
{
color: #00EEFF;
}
.AnyTagClassName
{
color: #00EEFF;
}
</style>
background-color css
<style>
a { background-color: #00EEFF; }
a { background-color: rgb(0,238,255); }
div.DivClassName
{
background-color: #00EEFF;
}
.BgClassName
{
background-color: #00EEFF;
}
</style>
border-color css
<style>
span { border-color: #00EEFF; }
span { border-color: rgb(0,238,255); }
td.TdClassName
{
border-color: #00EEFF;
}
.TagClassName
{
border-color: #00EEFF;
}
</style>