Shades of Aqua #06FFE8
Tints of Aqua #06FFE8
RGB
CMYK
RGB Variations
Color information
#06FFE8 (or 0x06FFE8) is known color: Aqua. HEX triplet: 06, FF and E8. RGB value is (6,255,232). Sum of RGB (Red+Green+Blue) = 6+255+232=493 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFE8 is #F90017. Grayscale: #B1B1B1. Windows color (decimal): -16318488 or 15269638. OLE color: 15269638.
HSL color Cylindrical-coordinate representation of color #06FFE8: hue angle of 174.46º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFE8 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 232 | - |
| CMYK | 0.98 | 0 | 0.09 | 0 |
| HSL | 174.46º | 1% | 0.51% | - |
| HSV(B) | 174.46º | 0.98% | 1% | - |
| XYZ | 50.4 | 77.38 | 88.62 | - |
| YUV | 177.93 | 158.51 | 5.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 232 | 0.98 | 0 | 0.09 | 0 | 174.46 | 1 | 0.51 |
| Hex | 6 | FF | E8 | 62 | 0 | 9 | 0 | AE | 64 | 33 |
| Octal | 6 | 377 | 350 | 142 | 0 | 11 | 0 | 256 | 144 | 63 |
| Binary | 110 | 11111111 | 11101000 | 1100010 | 0 | 1001 | 0 | 10101110 | 1100100 | 110011 |
Color Harmonies of #06FFE8
Complementary color
Monochromatic Colors of #06FFE8
Black with #06FFE8
Text Example
Text Example
White with #06FFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFE8; }
p { color: rgb(6,255,232); }
H1.HeaderClassName
{
color: #06FFE8;
}
.AnyTagClassName
{
color: #06FFE8;
}
</style>
background-color css
<style>
a { background-color: #06FFE8; }
a { background-color: rgb(6,255,232); }
div.DivClassName
{
background-color: #06FFE8;
}
.BgClassName
{
background-color: #06FFE8;
}
</style>
border-color css
<style>
span { border-color: #06FFE8; }
span { border-color: rgb(6,255,232); }
td.TdClassName
{
border-color: #06FFE8;
}
.TagClassName
{
border-color: #06FFE8;
}
</style>