Shades of Aqua #09F9ED
Tints of Aqua #09F9ED
RGB
CMYK
RGB Variations
Color information
#09F9ED (or 0x09F9ED) is known color: Aqua. HEX triplet: 09, F9 and ED. RGB value is (9,249,237). Sum of RGB (Red+Green+Blue) = 9+249+237=495 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.82% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #09F9ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F9ED is #F60612. Grayscale: #AFAFAF. Windows color (decimal): -16123411 or 15595785. OLE color: 15595785.
HSL color Cylindrical-coordinate representation of color #09F9ED: hue angle of 177º degrees, saturation: 0.95, 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 #09F9ED is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 249 | 237 | - |
| CMYK | 0.96 | 0 | 0.05 | 0.02 |
| HSL | 177º | 0.95% | 0.51% | - |
| HSV(B) | 177º | 0.96% | 0.98% | - |
| XYZ | 49.27 | 73.92 | 91.79 | - |
| YUV | 175.87 | 162.49 | 8.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 249 | 237 | 0.96 | 0 | 0.05 | 0.02 | 177 | 0.95 | 0.51 |
| Hex | 9 | F9 | ED | 60 | 0 | 5 | 2 | B1 | 5F | 33 |
| Octal | 11 | 371 | 355 | 140 | 0 | 5 | 2 | 261 | 137 | 63 |
| Binary | 1001 | 11111001 | 11101101 | 1100000 | 0 | 101 | 10 | 10110001 | 1011111 | 110011 |
Color Harmonies of #09F9ED
Complementary color
Monochromatic Colors of #09F9ED
Black with #09F9ED
Text Example
Text Example
White with #09F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F9ED; }
p { color: rgb(9,249,237); }
H1.HeaderClassName
{
color: #09F9ED;
}
.AnyTagClassName
{
color: #09F9ED;
}
</style>
background-color css
<style>
a { background-color: #09F9ED; }
a { background-color: rgb(9,249,237); }
div.DivClassName
{
background-color: #09F9ED;
}
.BgClassName
{
background-color: #09F9ED;
}
</style>
border-color css
<style>
span { border-color: #09F9ED; }
span { border-color: rgb(9,249,237); }
td.TdClassName
{
border-color: #09F9ED;
}
.TagClassName
{
border-color: #09F9ED;
}
</style>