Shades of Aqua #09EFF4
Tints of Aqua #09EFF4
RGB
CMYK
RGB Variations
Color information
#09EFF4 (or 0x09EFF4) is known color: Aqua. HEX triplet: 09, EF and F4. RGB value is (9,239,244). Sum of RGB (Red+Green+Blue) = 9+239+244=492 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.83% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #09EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFF4 is #F6100B. Grayscale: #AAAAAA. Windows color (decimal): -16125964 or 16051977. OLE color: 16051977.
HSL color Cylindrical-coordinate representation of color #09EFF4: hue angle of 181.28º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EFF4 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 239 | 244 | - |
| CMYK | 0.96 | 0.02 | 0 | 0.04 |
| HSL | 181.28º | 0.93% | 0.5% | - |
| HSV(B) | 181.28º | 0.96% | 0.96% | - |
| XYZ | 47.31 | 68.32 | 96.28 | - |
| YUV | 170.8 | 169.3 | 12.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 244 | 0.96 | 0.02 | 0 | 0.04 | 181.28 | 0.93 | 0.5 |
| Hex | 9 | EF | F4 | 60 | 2 | 0 | 4 | B5 | 5D | 32 |
| Octal | 11 | 357 | 364 | 140 | 2 | 0 | 4 | 265 | 135 | 62 |
| Binary | 1001 | 11101111 | 11110100 | 1100000 | 10 | 0 | 100 | 10110101 | 1011101 | 110010 |
Color Harmonies of #09EFF4
Complementary color
Monochromatic Colors of #09EFF4
Black with #09EFF4
Text Example
Text Example
White with #09EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFF4; }
p { color: rgb(9,239,244); }
H1.HeaderClassName
{
color: #09EFF4;
}
.AnyTagClassName
{
color: #09EFF4;
}
</style>
background-color css
<style>
a { background-color: #09EFF4; }
a { background-color: rgb(9,239,244); }
div.DivClassName
{
background-color: #09EFF4;
}
.BgClassName
{
background-color: #09EFF4;
}
</style>
border-color css
<style>
span { border-color: #09EFF4; }
span { border-color: rgb(9,239,244); }
td.TdClassName
{
border-color: #09EFF4;
}
.TagClassName
{
border-color: #09EFF4;
}
</style>