Shades of Aqua #09EFF9
Tints of Aqua #09EFF9
RGB
CMYK
RGB Variations
Color information
#09EFF9 (or 0x09EFF9) is known color: Aqua. HEX triplet: 09, EF and F9. RGB value is (9,239,249). Sum of RGB (Red+Green+Blue) = 9+239+249=497 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #09EFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFF9 is #F61006. Grayscale: #ABABAB. Windows color (decimal): -16125959 or 16379657. OLE color: 16379657.
HSL color Cylindrical-coordinate representation of color #09EFF9: hue angle of 182.5º 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 #09EFF9 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 239 | 249 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.02 |
| HSL | 182.5º | 0.95% | 0.51% | - |
| HSV(B) | 182.5º | 0.96% | 0.98% | - |
| XYZ | 48.08 | 68.63 | 100.34 | - |
| YUV | 171.37 | 171.8 | 12.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 249 | 0.96 | 0.04 | 0 | 0.02 | 182.5 | 0.95 | 0.51 |
| Hex | 9 | EF | F9 | 60 | 4 | 0 | 2 | B6 | 5F | 33 |
| Octal | 11 | 357 | 371 | 140 | 4 | 0 | 2 | 266 | 137 | 63 |
| Binary | 1001 | 11101111 | 11111001 | 1100000 | 100 | 0 | 10 | 10110110 | 1011111 | 110011 |
Color Harmonies of #09EFF9
Complementary color
Monochromatic Colors of #09EFF9
Black with #09EFF9
Text Example
Text Example
White with #09EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFF9; }
p { color: rgb(9,239,249); }
H1.HeaderClassName
{
color: #09EFF9;
}
.AnyTagClassName
{
color: #09EFF9;
}
</style>
background-color css
<style>
a { background-color: #09EFF9; }
a { background-color: rgb(9,239,249); }
div.DivClassName
{
background-color: #09EFF9;
}
.BgClassName
{
background-color: #09EFF9;
}
</style>
border-color css
<style>
span { border-color: #09EFF9; }
span { border-color: rgb(9,239,249); }
td.TdClassName
{
border-color: #09EFF9;
}
.TagClassName
{
border-color: #09EFF9;
}
</style>