Shades of Aqua #09EFFF
Tints of Aqua #09EFFF
RGB
CMYK
RGB Variations
Color information
#09EFFF (or 0x09EFFF) is known color: Aqua. HEX triplet: 09, EF and FF. RGB value is (9,239,255). Sum of RGB (Red+Green+Blue) = 9+239+255=503 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #09EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFFF is #F61000. Grayscale: #ABABAB. Windows color (decimal): -16125953 or 16772873. OLE color: 16772873.
HSL color Cylindrical-coordinate representation of color #09EFFF: hue angle of 183.9º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EFFF is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 239 | 255 | - |
| CMYK | 0.96 | 0.06 | 0 | 0 |
| HSL | 183.9º | 1% | 0.52% | - |
| HSV(B) | 183.9º | 0.96% | 1% | - |
| XYZ | 49.03 | 69.01 | 105.34 | - |
| YUV | 172.05 | 174.8 | 11.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 255 | 0.96 | 0.06 | 0 | 0 | 183.9 | 1 | 0.52 |
| Hex | 9 | EF | FF | 60 | 6 | 0 | 0 | B8 | 64 | 34 |
| Octal | 11 | 357 | 377 | 140 | 6 | 0 | 0 | 270 | 144 | 64 |
| Binary | 1001 | 11101111 | 11111111 | 1100000 | 110 | 0 | 0 | 10111000 | 1100100 | 110100 |
Color Harmonies of #09EFFF
Complementary color
Monochromatic Colors of #09EFFF
Black with #09EFFF
Text Example
Text Example
White with #09EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFFF; }
p { color: rgb(9,239,255); }
H1.HeaderClassName
{
color: #09EFFF;
}
.AnyTagClassName
{
color: #09EFFF;
}
</style>
background-color css
<style>
a { background-color: #09EFFF; }
a { background-color: rgb(9,239,255); }
div.DivClassName
{
background-color: #09EFFF;
}
.BgClassName
{
background-color: #09EFFF;
}
</style>
border-color css
<style>
span { border-color: #09EFFF; }
span { border-color: rgb(9,239,255); }
td.TdClassName
{
border-color: #09EFFF;
}
.TagClassName
{
border-color: #09EFFF;
}
</style>