Shades of Aqua #08FEFF
Tints of Aqua #08FEFF
RGB
CMYK
RGB Variations
Color information
#08FEFF (or 0x08FEFF) is known color: Aqua. HEX triplet: 08, FE and FF. RGB value is (8,254,255). Sum of RGB (Red+Green+Blue) = 8+254+255=517 (68% of max value = 765). Red value is 8 (3.52% from 255 or 1.55% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #08FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FEFF is #F70100. Grayscale: #B4B4B4. Windows color (decimal): -16187649 or 16776712. OLE color: 16776712.
HSL color Cylindrical-coordinate representation of color #08FEFF: hue angle of 180.24º 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 #08FEFF is Cyan = 0.97, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 254 | 255 | - |
| CMYK | 0.97 | 0.00 | 0 | 0 |
| HSL | 180.24º | 1% | 0.52% | - |
| HSV(B) | 180.24º | 0.97% | 1% | - |
| XYZ | 53.59 | 78.16 | 106.87 | - |
| YUV | 180.56 | 170 | 4.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 254 | 255 | 0.97 | 0.00 | 0 | 0 | 180.24 | 1 | 0.52 |
| Hex | 8 | FE | FF | 61 | 0 | 0 | 0 | B4 | 64 | 34 |
| Octal | 10 | 376 | 377 | 141 | 0 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1000 | 11111110 | 11111111 | 1100001 | 0 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #08FEFF
Complementary color
Monochromatic Colors of #08FEFF
Black with #08FEFF
Text Example
Text Example
White with #08FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FEFF; }
p { color: rgb(8,254,255); }
H1.HeaderClassName
{
color: #08FEFF;
}
.AnyTagClassName
{
color: #08FEFF;
}
</style>
background-color css
<style>
a { background-color: #08FEFF; }
a { background-color: rgb(8,254,255); }
div.DivClassName
{
background-color: #08FEFF;
}
.BgClassName
{
background-color: #08FEFF;
}
</style>
border-color css
<style>
span { border-color: #08FEFF; }
span { border-color: rgb(8,254,255); }
td.TdClassName
{
border-color: #08FEFF;
}
.TagClassName
{
border-color: #08FEFF;
}
</style>