Shades of Aqua #08E6FE
Tints of Aqua #08E6FE
RGB
CMYK
RGB Variations
Color information
#08E6FE (or 0x08E6FE) is known color: Aqua. HEX triplet: 08, E6 and FE. RGB value is (8,230,254). Sum of RGB (Red+Green+Blue) = 8+230+254=492 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.63% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #08E6FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08E6FE is #F71901. Grayscale: #A6A6A6. Windows color (decimal): -16193794 or 16705032. OLE color: 16705032.
HSL color Cylindrical-coordinate representation of color #08E6FE: hue angle of 185.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 #08E6FE is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 230 | 254 | - |
| CMYK | 0.97 | 0.09 | 0 | 0.00 |
| HSL | 185.85º | 0.99% | 0.51% | - |
| HSV(B) | 185.85º | 0.97% | 1% | - |
| XYZ | 46.29 | 63.8 | 103.64 | - |
| YUV | 166.36 | 177.45 | 15.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 230 | 254 | 0.97 | 0.09 | 0 | 0.00 | 185.85 | 0.99 | 0.51 |
| Hex | 8 | E6 | FE | 61 | 9 | 0 | 0 | BA | 63 | 33 |
| Octal | 10 | 346 | 376 | 141 | 11 | 0 | 0 | 272 | 143 | 63 |
| Binary | 1000 | 11100110 | 11111110 | 1100001 | 1001 | 0 | 0 | 10111010 | 1100011 | 110011 |
Color Harmonies of #08E6FE
Complementary color
Monochromatic Colors of #08E6FE
Black with #08E6FE
Text Example
Text Example
White with #08E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E6FE; }
p { color: rgb(8,230,254); }
H1.HeaderClassName
{
color: #08E6FE;
}
.AnyTagClassName
{
color: #08E6FE;
}
</style>
background-color css
<style>
a { background-color: #08E6FE; }
a { background-color: rgb(8,230,254); }
div.DivClassName
{
background-color: #08E6FE;
}
.BgClassName
{
background-color: #08E6FE;
}
</style>
border-color css
<style>
span { border-color: #08E6FE; }
span { border-color: rgb(8,230,254); }
td.TdClassName
{
border-color: #08E6FE;
}
.TagClassName
{
border-color: #08E6FE;
}
</style>