Shades of Aqua #09FEFE
Tints of Aqua #09FEFE
RGB
CMYK
RGB Variations
Color information
#09FEFE (or 0x09FEFE) is known color: Aqua. HEX triplet: 09, FE and FE. RGB value is (9,254,254). Sum of RGB (Red+Green+Blue) = 9+254+254=517 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.74% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #09FEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FEFE is #F60101. Grayscale: #B4B4B4. Windows color (decimal): -16122114 or 16711177. OLE color: 16711177.
HSL color Cylindrical-coordinate representation of color #09FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FEFE is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 254 | 254 | - |
| CMYK | 0.96 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.52% | - |
| HSV(B) | 180º | 0.96% | 1% | - |
| XYZ | 53.44 | 78.1 | 106.02 | - |
| YUV | 180.75 | 169.33 | 5.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 254 | 254 | 0.96 | 0 | 0 | 0.00 | 180 | 0.99 | 0.52 |
| Hex | 9 | FE | FE | 60 | 0 | 0 | 0 | B4 | 63 | 34 |
| Octal | 11 | 376 | 376 | 140 | 0 | 0 | 0 | 264 | 143 | 64 |
| Binary | 1001 | 11111110 | 11111110 | 1100000 | 0 | 0 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #09FEFE
Complementary color
Monochromatic Colors of #09FEFE
Black with #09FEFE
Text Example
Text Example
White with #09FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FEFE; }
p { color: rgb(9,254,254); }
H1.HeaderClassName
{
color: #09FEFE;
}
.AnyTagClassName
{
color: #09FEFE;
}
</style>
background-color css
<style>
a { background-color: #09FEFE; }
a { background-color: rgb(9,254,254); }
div.DivClassName
{
background-color: #09FEFE;
}
.BgClassName
{
background-color: #09FEFE;
}
</style>
border-color css
<style>
span { border-color: #09FEFE; }
span { border-color: rgb(9,254,254); }
td.TdClassName
{
border-color: #09FEFE;
}
.TagClassName
{
border-color: #09FEFE;
}
</style>