Shades of Aqua #09F4FF
Tints of Aqua #09F4FF
RGB
CMYK
RGB Variations
Color information
#09F4FF (or 0x09F4FF) is known color: Aqua. HEX triplet: 09, F4 and FF. RGB value is (9,244,255). Sum of RGB (Red+Green+Blue) = 9+244+255=508 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.77% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #09F4FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F4FF is #F60B00. Grayscale: #AEAEAE. Windows color (decimal): -16124673 or 16774153. OLE color: 16774153.
HSL color Cylindrical-coordinate representation of color #09F4FF: hue angle of 182.68º 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 #09F4FF is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 244 | 255 | - |
| CMYK | 0.96 | 0.04 | 0 | 0 |
| HSL | 182.68º | 1% | 0.52% | - |
| HSV(B) | 182.68º | 0.96% | 1% | - |
| XYZ | 50.51 | 71.98 | 105.84 | - |
| YUV | 174.99 | 173.14 | 9.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 244 | 255 | 0.96 | 0.04 | 0 | 0 | 182.68 | 1 | 0.52 |
| Hex | 9 | F4 | FF | 60 | 4 | 0 | 0 | B7 | 64 | 34 |
| Octal | 11 | 364 | 377 | 140 | 4 | 0 | 0 | 267 | 144 | 64 |
| Binary | 1001 | 11110100 | 11111111 | 1100000 | 100 | 0 | 0 | 10110111 | 1100100 | 110100 |
Color Harmonies of #09F4FF
Complementary color
Monochromatic Colors of #09F4FF
Black with #09F4FF
Text Example
Text Example
White with #09F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F4FF; }
p { color: rgb(9,244,255); }
H1.HeaderClassName
{
color: #09F4FF;
}
.AnyTagClassName
{
color: #09F4FF;
}
</style>
background-color css
<style>
a { background-color: #09F4FF; }
a { background-color: rgb(9,244,255); }
div.DivClassName
{
background-color: #09F4FF;
}
.BgClassName
{
background-color: #09F4FF;
}
</style>
border-color css
<style>
span { border-color: #09F4FF; }
span { border-color: rgb(9,244,255); }
td.TdClassName
{
border-color: #09F4FF;
}
.TagClassName
{
border-color: #09F4FF;
}
</style>