Shades of Aqua #08FFEE
Tints of Aqua #08FFEE
RGB
CMYK
RGB Variations
Color information
#08FFEE (or 0x08FFEE) is known color: Aqua. HEX triplet: 08, FF and EE. RGB value is (8,255,238). Sum of RGB (Red+Green+Blue) = 8+255+238=501 (66% of max value = 765). Red value is 8 (3.52% from 255 or 1.60% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FFEE is #F70011. Grayscale: #B3B3B3. Windows color (decimal): -16187410 or 15662856. OLE color: 15662856.
HSL color Cylindrical-coordinate representation of color #08FFEE: hue angle of 175.87º 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 #08FFEE is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 238 | - |
| CMYK | 0.97 | 0 | 0.07 | 0 |
| HSL | 175.87º | 1% | 0.52% | - |
| HSV(B) | 175.87º | 0.97% | 1% | - |
| XYZ | 51.29 | 77.74 | 93.19 | - |
| YUV | 179.21 | 161.17 | 5.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 238 | 0.97 | 0 | 0.07 | 0 | 175.87 | 1 | 0.52 |
| Hex | 8 | FF | EE | 61 | 0 | 7 | 0 | B0 | 64 | 34 |
| Octal | 10 | 377 | 356 | 141 | 0 | 7 | 0 | 260 | 144 | 64 |
| Binary | 1000 | 11111111 | 11101110 | 1100001 | 0 | 111 | 0 | 10110000 | 1100100 | 110100 |
Color Harmonies of #08FFEE
Complementary color
Monochromatic Colors of #08FFEE
Black with #08FFEE
Text Example
Text Example
White with #08FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFEE; }
p { color: rgb(8,255,238); }
H1.HeaderClassName
{
color: #08FFEE;
}
.AnyTagClassName
{
color: #08FFEE;
}
</style>
background-color css
<style>
a { background-color: #08FFEE; }
a { background-color: rgb(8,255,238); }
div.DivClassName
{
background-color: #08FFEE;
}
.BgClassName
{
background-color: #08FFEE;
}
</style>
border-color css
<style>
span { border-color: #08FFEE; }
span { border-color: rgb(8,255,238); }
td.TdClassName
{
border-color: #08FFEE;
}
.TagClassName
{
border-color: #08FFEE;
}
</style>