Shades of Aqua #06E6FA
Tints of Aqua #06E6FA
RGB
CMYK
RGB Variations
Color information
#06E6FA (or 0x06E6FA) is known color: Aqua. HEX triplet: 06, E6 and FA. RGB value is (6,230,250). Sum of RGB (Red+Green+Blue) = 6+230+250=486 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #06E6FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06E6FA is #F91905. Grayscale: #A5A5A5. Windows color (decimal): -16324870 or 16442886. OLE color: 16442886.
HSL color Cylindrical-coordinate representation of color #06E6FA: hue angle of 184.92º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06E6FA is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 230 | 250 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.02 |
| HSL | 184.92º | 0.96% | 0.5% | - |
| HSV(B) | 184.92º | 0.98% | 0.98% | - |
| XYZ | 45.63 | 63.53 | 100.3 | - |
| YUV | 165.3 | 175.79 | 14.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 230 | 250 | 0.98 | 0.08 | 0 | 0.02 | 184.92 | 0.96 | 0.5 |
| Hex | 6 | E6 | FA | 62 | 8 | 0 | 2 | B9 | 60 | 32 |
| Octal | 6 | 346 | 372 | 142 | 10 | 0 | 2 | 271 | 140 | 62 |
| Binary | 110 | 11100110 | 11111010 | 1100010 | 1000 | 0 | 10 | 10111001 | 1100000 | 110010 |
Color Harmonies of #06E6FA
Complementary color
Monochromatic Colors of #06E6FA
Black with #06E6FA
Text Example
Text Example
White with #06E6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E6FA; }
p { color: rgb(6,230,250); }
H1.HeaderClassName
{
color: #06E6FA;
}
.AnyTagClassName
{
color: #06E6FA;
}
</style>
background-color css
<style>
a { background-color: #06E6FA; }
a { background-color: rgb(6,230,250); }
div.DivClassName
{
background-color: #06E6FA;
}
.BgClassName
{
background-color: #06E6FA;
}
</style>
border-color css
<style>
span { border-color: #06E6FA; }
span { border-color: rgb(6,230,250); }
td.TdClassName
{
border-color: #06E6FA;
}
.TagClassName
{
border-color: #06E6FA;
}
</style>