Shades of Aqua #09FBED
Tints of Aqua #09FBED
RGB
CMYK
RGB Variations
Color information
#09FBED (or 0x09FBED) is known color: Aqua. HEX triplet: 09, FB and ED. RGB value is (9,251,237). Sum of RGB (Red+Green+Blue) = 9+251+237=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #09FBED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FBED is #F60412. Grayscale: #B0B0B0. Windows color (decimal): -16122899 or 15596297. OLE color: 15596297.
HSL color Cylindrical-coordinate representation of color #09FBED: hue angle of 176.53º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FBED is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 251 | 237 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.02 |
| HSL | 176.53º | 0.97% | 0.51% | - |
| HSV(B) | 176.53º | 0.96% | 0.98% | - |
| XYZ | 49.9 | 75.17 | 92 | - |
| YUV | 177.05 | 161.83 | 8.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 251 | 237 | 0.96 | 0 | 0.06 | 0.02 | 176.53 | 0.97 | 0.51 |
| Hex | 9 | FB | ED | 60 | 0 | 6 | 2 | B1 | 61 | 33 |
| Octal | 11 | 373 | 355 | 140 | 0 | 6 | 2 | 261 | 141 | 63 |
| Binary | 1001 | 11111011 | 11101101 | 1100000 | 0 | 110 | 10 | 10110001 | 1100001 | 110011 |
Color Harmonies of #09FBED
Complementary color
Monochromatic Colors of #09FBED
Black with #09FBED
Text Example
Text Example
White with #09FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FBED; }
p { color: rgb(9,251,237); }
H1.HeaderClassName
{
color: #09FBED;
}
.AnyTagClassName
{
color: #09FBED;
}
</style>
background-color css
<style>
a { background-color: #09FBED; }
a { background-color: rgb(9,251,237); }
div.DivClassName
{
background-color: #09FBED;
}
.BgClassName
{
background-color: #09FBED;
}
</style>
border-color css
<style>
span { border-color: #09FBED; }
span { border-color: rgb(9,251,237); }
td.TdClassName
{
border-color: #09FBED;
}
.TagClassName
{
border-color: #09FBED;
}
</style>