Shades of Aqua #06E9FF
Tints of Aqua #06E9FF
RGB
CMYK
RGB Variations
Color information
#06E9FF (or 0x06E9FF) is known color: Aqua. HEX triplet: 06, E9 and FF. RGB value is (6,233,255). Sum of RGB (Red+Green+Blue) = 6+233+255=494 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #06E9FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06E9FF is #F91600. Grayscale: #A7A7A7. Windows color (decimal): -16324097 or 16771334. OLE color: 16771334.
HSL color Cylindrical-coordinate representation of color #06E9FF: hue angle of 185.3º 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 #06E9FF is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 233 | 255 | - |
| CMYK | 0.98 | 0.09 | 0 | 0 |
| HSL | 185.3º | 1% | 0.51% | - |
| HSV(B) | 185.3º | 0.98% | 1% | - |
| XYZ | 47.26 | 65.54 | 104.77 | - |
| YUV | 167.64 | 177.29 | 12.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 233 | 255 | 0.98 | 0.09 | 0 | 0 | 185.3 | 1 | 0.51 |
| Hex | 6 | E9 | FF | 62 | 9 | 0 | 0 | B9 | 64 | 33 |
| Octal | 6 | 351 | 377 | 142 | 11 | 0 | 0 | 271 | 144 | 63 |
| Binary | 110 | 11101001 | 11111111 | 1100010 | 1001 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #06E9FF
Complementary color
Monochromatic Colors of #06E9FF
Black with #06E9FF
Text Example
Text Example
White with #06E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E9FF; }
p { color: rgb(6,233,255); }
H1.HeaderClassName
{
color: #06E9FF;
}
.AnyTagClassName
{
color: #06E9FF;
}
</style>
background-color css
<style>
a { background-color: #06E9FF; }
a { background-color: rgb(6,233,255); }
div.DivClassName
{
background-color: #06E9FF;
}
.BgClassName
{
background-color: #06E9FF;
}
</style>
border-color css
<style>
span { border-color: #06E9FF; }
span { border-color: rgb(6,233,255); }
td.TdClassName
{
border-color: #06E9FF;
}
.TagClassName
{
border-color: #06E9FF;
}
</style>