Shades of Aqua #08FFEA
Tints of Aqua #08FFEA
RGB
CMYK
RGB Variations
Color information
#08FFEA (or 0x08FFEA) is known color: Aqua. HEX triplet: 08, FF and EA. RGB value is (8,255,234). Sum of RGB (Red+Green+Blue) = 8+255+234=497 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.61% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FFEA is #F70015. Grayscale: #B2B2B2. Windows color (decimal): -16187414 or 15400712. OLE color: 15400712.
HSL color Cylindrical-coordinate representation of color #08FFEA: hue angle of 174.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FFEA is Cyan = 0.97, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 234 | - |
| CMYK | 0.97 | 0 | 0.08 | 0 |
| HSL | 174.9º | 1% | 0.52% | - |
| HSV(B) | 174.9º | 0.97% | 1% | - |
| XYZ | 50.71 | 77.51 | 90.13 | - |
| YUV | 178.75 | 159.17 | 6.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 234 | 0.97 | 0 | 0.08 | 0 | 174.9 | 1 | 0.52 |
| Hex | 8 | FF | EA | 61 | 0 | 8 | 0 | AF | 64 | 34 |
| Octal | 10 | 377 | 352 | 141 | 0 | 10 | 0 | 257 | 144 | 64 |
| Binary | 1000 | 11111111 | 11101010 | 1100001 | 0 | 1000 | 0 | 10101111 | 1100100 | 110100 |
Color Harmonies of #08FFEA
Complementary color
Monochromatic Colors of #08FFEA
Black with #08FFEA
Text Example
Text Example
White with #08FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFEA; }
p { color: rgb(8,255,234); }
H1.HeaderClassName
{
color: #08FFEA;
}
.AnyTagClassName
{
color: #08FFEA;
}
</style>
background-color css
<style>
a { background-color: #08FFEA; }
a { background-color: rgb(8,255,234); }
div.DivClassName
{
background-color: #08FFEA;
}
.BgClassName
{
background-color: #08FFEA;
}
</style>
border-color css
<style>
span { border-color: #08FFEA; }
span { border-color: rgb(8,255,234); }
td.TdClassName
{
border-color: #08FFEA;
}
.TagClassName
{
border-color: #08FFEA;
}
</style>