Shades of Aqua #06E5FF
Tints of Aqua #06E5FF
RGB
CMYK
RGB Variations
Color information
#06E5FF (or 0x06E5FF) is known color: Aqua. HEX triplet: 06, E5 and FF. RGB value is (6,229,255). Sum of RGB (Red+Green+Blue) = 6+229+255=490 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #06E5FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E5FF is #F91A00. Grayscale: #A4A4A4. Windows color (decimal): -16325121 or 16770310. OLE color: 16770310.
HSL color Cylindrical-coordinate representation of color #06E5FF: hue angle of 186.27º 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 #06E5FF is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 229 | 255 | - |
| CMYK | 0.98 | 0.10 | 0 | 0 |
| HSL | 186.27º | 1% | 0.51% | - |
| HSV(B) | 186.27º | 0.98% | 1% | - |
| XYZ | 46.14 | 63.3 | 104.39 | - |
| YUV | 165.29 | 178.62 | 14.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 255 | 0.98 | 0.10 | 0 | 0 | 186.27 | 1 | 0.51 |
| Hex | 6 | E5 | FF | 62 | A | 0 | 0 | BA | 64 | 33 |
| Octal | 6 | 345 | 377 | 142 | 12 | 0 | 0 | 272 | 144 | 63 |
| Binary | 110 | 11100101 | 11111111 | 1100010 | 1010 | 0 | 0 | 10111010 | 1100100 | 110011 |
Color Harmonies of #06E5FF
Complementary color
Monochromatic Colors of #06E5FF
Black with #06E5FF
Text Example
Text Example
White with #06E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E5FF; }
p { color: rgb(6,229,255); }
H1.HeaderClassName
{
color: #06E5FF;
}
.AnyTagClassName
{
color: #06E5FF;
}
</style>
background-color css
<style>
a { background-color: #06E5FF; }
a { background-color: rgb(6,229,255); }
div.DivClassName
{
background-color: #06E5FF;
}
.BgClassName
{
background-color: #06E5FF;
}
</style>
border-color css
<style>
span { border-color: #06E5FF; }
span { border-color: rgb(6,229,255); }
td.TdClassName
{
border-color: #06E5FF;
}
.TagClassName
{
border-color: #06E5FF;
}
</style>