Shades of Aqua #09FFFE
Tints of Aqua #09FFFE
RGB
CMYK
RGB Variations
Color information
#09FFFE (or 0x09FFFE) is known color: Aqua. HEX triplet: 09, FF and FE. RGB value is (9,255,254). Sum of RGB (Red+Green+Blue) = 9+255+254=518 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.74% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFFE is #F60001. Grayscale: #B5B5B5. Windows color (decimal): -16121858 or 16711433. OLE color: 16711433.
HSL color Cylindrical-coordinate representation of color #09FFFE: hue angle of 179.76º 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 #09FFFE is Cyan = 0.96, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 254 | - |
| CMYK | 0.96 | 0 | 0.00 | 0 |
| HSL | 179.76º | 1% | 0.52% | - |
| HSV(B) | 179.76º | 0.96% | 1% | - |
| XYZ | 53.76 | 78.73 | 106.13 | - |
| YUV | 181.33 | 169 | 5.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 254 | 0.96 | 0 | 0.00 | 0 | 179.76 | 1 | 0.52 |
| Hex | 9 | FF | FE | 60 | 0 | 0 | 0 | B4 | 64 | 34 |
| Octal | 11 | 377 | 376 | 140 | 0 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1001 | 11111111 | 11111110 | 1100000 | 0 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #09FFFE
Complementary color
Monochromatic Colors of #09FFFE
Black with #09FFFE
Text Example
Text Example
White with #09FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFFE; }
p { color: rgb(9,255,254); }
H1.HeaderClassName
{
color: #09FFFE;
}
.AnyTagClassName
{
color: #09FFFE;
}
</style>
background-color css
<style>
a { background-color: #09FFFE; }
a { background-color: rgb(9,255,254); }
div.DivClassName
{
background-color: #09FFFE;
}
.BgClassName
{
background-color: #09FFFE;
}
</style>
border-color css
<style>
span { border-color: #09FFFE; }
span { border-color: rgb(9,255,254); }
td.TdClassName
{
border-color: #09FFFE;
}
.TagClassName
{
border-color: #09FFFE;
}
</style>