Shades of Aqua #09F7FF
Tints of Aqua #09F7FF
RGB
CMYK
RGB Variations
Color information
#09F7FF (or 0x09F7FF) is known color: Aqua. HEX triplet: 09, F7 and FF. RGB value is (9,247,255). Sum of RGB (Red+Green+Blue) = 9+247+255=511 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.76% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #09F7FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F7FF is #F60800. Grayscale: #B0B0B0. Windows color (decimal): -16123905 or 16774921. OLE color: 16774921.
HSL color Cylindrical-coordinate representation of color #09F7FF: hue angle of 181.95º 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 #09F7FF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 247 | 255 | - |
| CMYK | 0.96 | 0.03 | 0 | 0 |
| HSL | 181.95º | 1% | 0.52% | - |
| HSV(B) | 181.95º | 0.96% | 1% | - |
| XYZ | 51.42 | 73.8 | 106.14 | - |
| YUV | 176.75 | 172.15 | 8.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 247 | 255 | 0.96 | 0.03 | 0 | 0 | 181.95 | 1 | 0.52 |
| Hex | 9 | F7 | FF | 60 | 3 | 0 | 0 | B6 | 64 | 34 |
| Octal | 11 | 367 | 377 | 140 | 3 | 0 | 0 | 266 | 144 | 64 |
| Binary | 1001 | 11110111 | 11111111 | 1100000 | 11 | 0 | 0 | 10110110 | 1100100 | 110100 |
Color Harmonies of #09F7FF
Complementary color
Monochromatic Colors of #09F7FF
Black with #09F7FF
Text Example
Text Example
White with #09F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F7FF; }
p { color: rgb(9,247,255); }
H1.HeaderClassName
{
color: #09F7FF;
}
.AnyTagClassName
{
color: #09F7FF;
}
</style>
background-color css
<style>
a { background-color: #09F7FF; }
a { background-color: rgb(9,247,255); }
div.DivClassName
{
background-color: #09F7FF;
}
.BgClassName
{
background-color: #09F7FF;
}
</style>
border-color css
<style>
span { border-color: #09F7FF; }
span { border-color: rgb(9,247,255); }
td.TdClassName
{
border-color: #09F7FF;
}
.TagClassName
{
border-color: #09F7FF;
}
</style>