Shades of Aqua #09FFF6
Tints of Aqua #09FFF6
RGB
CMYK
RGB Variations
Color information
#09FFF6 (or 0x09FFF6) is known color: Aqua. HEX triplet: 09, FF and F6. RGB value is (9,255,246). Sum of RGB (Red+Green+Blue) = 9+255+246=510 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.76% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFF6 is #F60009. Grayscale: #B4B4B4. Windows color (decimal): -16121866 or 16187145. OLE color: 16187145.
HSL color Cylindrical-coordinate representation of color #09FFF6: hue angle of 177.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFF6 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 246 | - |
| CMYK | 0.96 | 0 | 0.04 | 0 |
| HSL | 177.8º | 1% | 0.52% | - |
| HSV(B) | 177.8º | 0.96% | 1% | - |
| XYZ | 52.51 | 78.23 | 99.52 | - |
| YUV | 180.42 | 165 | 5.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 246 | 0.96 | 0 | 0.04 | 0 | 177.8 | 1 | 0.52 |
| Hex | 9 | FF | F6 | 60 | 0 | 4 | 0 | B2 | 64 | 34 |
| Octal | 11 | 377 | 366 | 140 | 0 | 4 | 0 | 262 | 144 | 64 |
| Binary | 1001 | 11111111 | 11110110 | 1100000 | 0 | 100 | 0 | 10110010 | 1100100 | 110100 |
Color Harmonies of #09FFF6
Complementary color
Monochromatic Colors of #09FFF6
Black with #09FFF6
Text Example
Text Example
White with #09FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFF6; }
p { color: rgb(9,255,246); }
H1.HeaderClassName
{
color: #09FFF6;
}
.AnyTagClassName
{
color: #09FFF6;
}
</style>
background-color css
<style>
a { background-color: #09FFF6; }
a { background-color: rgb(9,255,246); }
div.DivClassName
{
background-color: #09FFF6;
}
.BgClassName
{
background-color: #09FFF6;
}
</style>
border-color css
<style>
span { border-color: #09FFF6; }
span { border-color: rgb(9,255,246); }
td.TdClassName
{
border-color: #09FFF6;
}
.TagClassName
{
border-color: #09FFF6;
}
</style>