Shades of Aqua #09F0F2
Tints of Aqua #09F0F2
RGB
CMYK
RGB Variations
Color information
#09F0F2 (or 0x09F0F2) is known color: Aqua. HEX triplet: 09, F0 and F2. RGB value is (9,240,242). Sum of RGB (Red+Green+Blue) = 9+240+242=491 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #09F0F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F0F2 is #F60F0D. Grayscale: #AAAAAA. Windows color (decimal): -16125710 or 15921161. OLE color: 15921161.
HSL color Cylindrical-coordinate representation of color #09F0F2: hue angle of 180.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F0F2 is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 240 | 242 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.05 |
| HSL | 180.52º | 0.93% | 0.49% | - |
| HSV(B) | 180.52º | 0.96% | 0.95% | - |
| XYZ | 47.3 | 68.79 | 94.79 | - |
| YUV | 171.16 | 167.97 | 12.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 240 | 242 | 0.96 | 0.01 | 0 | 0.05 | 180.52 | 0.93 | 0.49 |
| Hex | 9 | F0 | F2 | 60 | 1 | 0 | 5 | B5 | 5D | 31 |
| Octal | 11 | 360 | 362 | 140 | 1 | 0 | 5 | 265 | 135 | 61 |
| Binary | 1001 | 11110000 | 11110010 | 1100000 | 1 | 0 | 101 | 10110101 | 1011101 | 110001 |
Color Harmonies of #09F0F2
Complementary color
Monochromatic Colors of #09F0F2
Black with #09F0F2
Text Example
Text Example
White with #09F0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F0F2; }
p { color: rgb(9,240,242); }
H1.HeaderClassName
{
color: #09F0F2;
}
.AnyTagClassName
{
color: #09F0F2;
}
</style>
background-color css
<style>
a { background-color: #09F0F2; }
a { background-color: rgb(9,240,242); }
div.DivClassName
{
background-color: #09F0F2;
}
.BgClassName
{
background-color: #09F0F2;
}
</style>
border-color css
<style>
span { border-color: #09F0F2; }
span { border-color: rgb(9,240,242); }
td.TdClassName
{
border-color: #09F0F2;
}
.TagClassName
{
border-color: #09F0F2;
}
</style>