Shades of Aqua #09E1FF
Tints of Aqua #09E1FF
RGB
CMYK
RGB Variations
Color information
#09E1FF (or 0x09E1FF) is known color: Aqua. HEX triplet: 09, E1 and FF. RGB value is (9,225,255). Sum of RGB (Red+Green+Blue) = 9+225+255=489 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.84% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #09E1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E1FF is #F61E00. Grayscale: #A3A3A3. Windows color (decimal): -16129537 or 16769289. OLE color: 16769289.
HSL color Cylindrical-coordinate representation of color #09E1FF: hue angle of 187.32º 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 #09E1FF is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 225 | 255 | - |
| CMYK | 0.96 | 0.12 | 0 | 0 |
| HSL | 187.32º | 1% | 0.52% | - |
| HSV(B) | 187.32º | 0.96% | 1% | - |
| XYZ | 45.09 | 61.13 | 104.03 | - |
| YUV | 163.84 | 179.44 | 17.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 225 | 255 | 0.96 | 0.12 | 0 | 0 | 187.32 | 1 | 0.52 |
| Hex | 9 | E1 | FF | 60 | C | 0 | 0 | BB | 64 | 34 |
| Octal | 11 | 341 | 377 | 140 | 14 | 0 | 0 | 273 | 144 | 64 |
| Binary | 1001 | 11100001 | 11111111 | 1100000 | 1100 | 0 | 0 | 10111011 | 1100100 | 110100 |
Color Harmonies of #09E1FF
Complementary color
Monochromatic Colors of #09E1FF
Black with #09E1FF
Text Example
Text Example
White with #09E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E1FF; }
p { color: rgb(9,225,255); }
H1.HeaderClassName
{
color: #09E1FF;
}
.AnyTagClassName
{
color: #09E1FF;
}
</style>
background-color css
<style>
a { background-color: #09E1FF; }
a { background-color: rgb(9,225,255); }
div.DivClassName
{
background-color: #09E1FF;
}
.BgClassName
{
background-color: #09E1FF;
}
</style>
border-color css
<style>
span { border-color: #09E1FF; }
span { border-color: rgb(9,225,255); }
td.TdClassName
{
border-color: #09E1FF;
}
.TagClassName
{
border-color: #09E1FF;
}
</style>