Shades of Aqua #08FEED
Tints of Aqua #08FEED
RGB
CMYK
RGB Variations
Color information
#08FEED (or 0x08FEED) is known color: Aqua. HEX triplet: 08, FE and ED. RGB value is (8,254,237). Sum of RGB (Red+Green+Blue) = 8+254+237=499 (66% of max value = 765). Red value is 8 (3.52% from 255 or 1.60% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #08FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FEED is #F70112. Grayscale: #B2B2B2. Windows color (decimal): -16187667 or 15597064. OLE color: 15597064.
HSL color Cylindrical-coordinate representation of color #08FEED: hue angle of 175.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FEED is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 254 | 237 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.00 |
| HSL | 175.85º | 0.99% | 0.51% | - |
| HSV(B) | 175.85º | 0.97% | 1% | - |
| XYZ | 50.83 | 77.05 | 92.31 | - |
| YUV | 178.51 | 161 | 6.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 237 | 0.97 | 0 | 0.07 | 0.00 | 175.85 | 0.99 | 0.51 |
| Hex | 8 | FE | ED | 61 | 0 | 7 | 0 | B0 | 63 | 33 |
| Octal | 10 | 376 | 355 | 141 | 0 | 7 | 0 | 260 | 143 | 63 |
| Binary | 1000 | 11111110 | 11101101 | 1100001 | 0 | 111 | 0 | 10110000 | 1100011 | 110011 |
Color Harmonies of #08FEED
Complementary color
Monochromatic Colors of #08FEED
Black with #08FEED
Text Example
Text Example
White with #08FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FEED; }
p { color: rgb(8,254,237); }
H1.HeaderClassName
{
color: #08FEED;
}
.AnyTagClassName
{
color: #08FEED;
}
</style>
background-color css
<style>
a { background-color: #08FEED; }
a { background-color: rgb(8,254,237); }
div.DivClassName
{
background-color: #08FEED;
}
.BgClassName
{
background-color: #08FEED;
}
</style>
border-color css
<style>
span { border-color: #08FEED; }
span { border-color: rgb(8,254,237); }
td.TdClassName
{
border-color: #08FEED;
}
.TagClassName
{
border-color: #08FEED;
}
</style>