Shades of Aqua #09FCEE
Tints of Aqua #09FCEE
RGB
CMYK
RGB Variations
Color information
#09FCEE (or 0x09FCEE) is known color: Aqua. HEX triplet: 09, FC and EE. RGB value is (9,252,238). Sum of RGB (Red+Green+Blue) = 9+252+238=499 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.80% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #09FCEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FCEE is #F60311. Grayscale: #B1B1B1. Windows color (decimal): -16122642 or 15662089. OLE color: 15662089.
HSL color Cylindrical-coordinate representation of color #09FCEE: hue angle of 176.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FCEE is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 252 | 238 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.01 |
| HSL | 176.54º | 0.98% | 0.51% | - |
| HSV(B) | 176.54º | 0.96% | 0.99% | - |
| XYZ | 50.36 | 75.85 | 92.88 | - |
| YUV | 177.75 | 161.99 | 7.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 238 | 0.96 | 0 | 0.06 | 0.01 | 176.54 | 0.98 | 0.51 |
| Hex | 9 | FC | EE | 60 | 0 | 6 | 1 | B1 | 62 | 33 |
| Octal | 11 | 374 | 356 | 140 | 0 | 6 | 1 | 261 | 142 | 63 |
| Binary | 1001 | 11111100 | 11101110 | 1100000 | 0 | 110 | 1 | 10110001 | 1100010 | 110011 |
Color Harmonies of #09FCEE
Complementary color
Monochromatic Colors of #09FCEE
Black with #09FCEE
Text Example
Text Example
White with #09FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FCEE; }
p { color: rgb(9,252,238); }
H1.HeaderClassName
{
color: #09FCEE;
}
.AnyTagClassName
{
color: #09FCEE;
}
</style>
background-color css
<style>
a { background-color: #09FCEE; }
a { background-color: rgb(9,252,238); }
div.DivClassName
{
background-color: #09FCEE;
}
.BgClassName
{
background-color: #09FCEE;
}
</style>
border-color css
<style>
span { border-color: #09FCEE; }
span { border-color: rgb(9,252,238); }
td.TdClassName
{
border-color: #09FCEE;
}
.TagClassName
{
border-color: #09FCEE;
}
</style>