Shades of Aqua #09FFFD
Tints of Aqua #09FFFD
RGB
CMYK
RGB Variations
Color information
#09FFFD (or 0x09FFFD) is known color: Aqua. HEX triplet: 09, FF and FD. RGB value is (9,255,253). Sum of RGB (Red+Green+Blue) = 9+255+253=517 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.74% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFFD is #F60002. Grayscale: #B4B4B4. Windows color (decimal): -16121859 or 16645897. OLE color: 16645897.
HSL color Cylindrical-coordinate representation of color #09FFFD: hue angle of 179.51º 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 #09FFFD is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 253 | - |
| CMYK | 0.96 | 0 | 0.01 | 0 |
| HSL | 179.51º | 1% | 0.52% | - |
| HSV(B) | 179.51º | 0.96% | 1% | - |
| XYZ | 53.6 | 78.67 | 105.29 | - |
| YUV | 181.22 | 168.5 | 5.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 253 | 0.96 | 0 | 0.01 | 0 | 179.51 | 1 | 0.52 |
| Hex | 9 | FF | FD | 60 | 0 | 1 | 0 | B4 | 64 | 34 |
| Octal | 11 | 377 | 375 | 140 | 0 | 1 | 0 | 264 | 144 | 64 |
| Binary | 1001 | 11111111 | 11111101 | 1100000 | 0 | 1 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #09FFFD
Complementary color
Monochromatic Colors of #09FFFD
Black with #09FFFD
Text Example
Text Example
White with #09FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFFD; }
p { color: rgb(9,255,253); }
H1.HeaderClassName
{
color: #09FFFD;
}
.AnyTagClassName
{
color: #09FFFD;
}
</style>
background-color css
<style>
a { background-color: #09FFFD; }
a { background-color: rgb(9,255,253); }
div.DivClassName
{
background-color: #09FFFD;
}
.BgClassName
{
background-color: #09FFFD;
}
</style>
border-color css
<style>
span { border-color: #09FFFD; }
span { border-color: rgb(9,255,253); }
td.TdClassName
{
border-color: #09FFFD;
}
.TagClassName
{
border-color: #09FFFD;
}
</style>