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