Shades of Aqua #06E8F8
Tints of Aqua #06E8F8
RGB
CMYK
RGB Variations
Color information
#06E8F8 (or 0x06E8F8) is known color: Aqua. HEX triplet: 06, E8 and F8. RGB value is (6,232,248). Sum of RGB (Red+Green+Blue) = 6+232+248=486 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #06E8F8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06E8F8 is #F91707. Grayscale: #A5A5A5. Windows color (decimal): -16324360 or 16312326. OLE color: 16312326.
HSL color Cylindrical-coordinate representation of color #06E8F8: hue angle of 183.97º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06E8F8 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 232 | 248 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.03 |
| HSL | 183.97º | 0.95% | 0.5% | - |
| HSV(B) | 183.97º | 0.98% | 0.97% | - |
| XYZ | 45.88 | 64.53 | 98.84 | - |
| YUV | 166.25 | 174.13 | 13.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 232 | 248 | 0.98 | 0.06 | 0 | 0.03 | 183.97 | 0.95 | 0.5 |
| Hex | 6 | E8 | F8 | 62 | 6 | 0 | 3 | B8 | 5F | 32 |
| Octal | 6 | 350 | 370 | 142 | 6 | 0 | 3 | 270 | 137 | 62 |
| Binary | 110 | 11101000 | 11111000 | 1100010 | 110 | 0 | 11 | 10111000 | 1011111 | 110010 |
Color Harmonies of #06E8F8
Complementary color
Monochromatic Colors of #06E8F8
Black with #06E8F8
Text Example
Text Example
White with #06E8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E8F8; }
p { color: rgb(6,232,248); }
H1.HeaderClassName
{
color: #06E8F8;
}
.AnyTagClassName
{
color: #06E8F8;
}
</style>
background-color css
<style>
a { background-color: #06E8F8; }
a { background-color: rgb(6,232,248); }
div.DivClassName
{
background-color: #06E8F8;
}
.BgClassName
{
background-color: #06E8F8;
}
</style>
border-color css
<style>
span { border-color: #06E8F8; }
span { border-color: rgb(6,232,248); }
td.TdClassName
{
border-color: #06E8F8;
}
.TagClassName
{
border-color: #06E8F8;
}
</style>