Shades of Aqua #06FFF9
Tints of Aqua #06FFF9
RGB
CMYK
RGB Variations
Color information
#06FFF9 (or 0x06FFF9) is known color: Aqua. HEX triplet: 06, FF and F9. RGB value is (6,255,249). Sum of RGB (Red+Green+Blue) = 6+255+249=510 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.18% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FFF9 is #F90006. Grayscale: #B3B3B3. Windows color (decimal): -16318471 or 16383750. OLE color: 16383750.
HSL color Cylindrical-coordinate representation of color #06FFF9: hue angle of 178.55º 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 #06FFF9 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 249 | - |
| CMYK | 0.98 | 0 | 0.02 | 0 |
| HSL | 178.55º | 1% | 0.51% | - |
| HSV(B) | 178.55º | 0.98% | 1% | - |
| XYZ | 52.93 | 78.4 | 101.97 | - |
| YUV | 179.87 | 167.01 | 3.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 249 | 0.98 | 0 | 0.02 | 0 | 178.55 | 1 | 0.51 |
| Hex | 6 | FF | F9 | 62 | 0 | 2 | 0 | B3 | 64 | 33 |
| Octal | 6 | 377 | 371 | 142 | 0 | 2 | 0 | 263 | 144 | 63 |
| Binary | 110 | 11111111 | 11111001 | 1100010 | 0 | 10 | 0 | 10110011 | 1100100 | 110011 |
Color Harmonies of #06FFF9
Complementary color
Monochromatic Colors of #06FFF9
Black with #06FFF9
Text Example
Text Example
White with #06FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFF9; }
p { color: rgb(6,255,249); }
H1.HeaderClassName
{
color: #06FFF9;
}
.AnyTagClassName
{
color: #06FFF9;
}
</style>
background-color css
<style>
a { background-color: #06FFF9; }
a { background-color: rgb(6,255,249); }
div.DivClassName
{
background-color: #06FFF9;
}
.BgClassName
{
background-color: #06FFF9;
}
</style>
border-color css
<style>
span { border-color: #06FFF9; }
span { border-color: rgb(6,255,249); }
td.TdClassName
{
border-color: #06FFF9;
}
.TagClassName
{
border-color: #06FFF9;
}
</style>