Shades of Aqua #00E9FC
Tints of Aqua #00E9FC
RGB
CMYK
RGB Variations
Color information
#00E9FC (or 0x00E9FC) is known color: Aqua. HEX triplet: 00, E9 and FC. RGB value is (0,233,252). Sum of RGB (Red+Green+Blue) = 0+233+252=485 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #00E9FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00E9FC is #FF1603. Grayscale: #A5A5A5. Windows color (decimal): -16717316 or 16574720. OLE color: 16574720.
HSL color Cylindrical-coordinate representation of color #00E9FC: hue angle of 184.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E9FC is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 233 | 252 | - |
| CMYK | 1 | 0.08 | 0 | 0.01 |
| HSL | 184.52º | 1% | 0.49% | - |
| HSV(B) | 184.52º | 1% | 0.99% | - |
| XYZ | 46.71 | 65.31 | 102.24 | - |
| YUV | 165.5 | 176.81 | 9.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 233 | 252 | 1 | 0.08 | 0 | 0.01 | 184.52 | 1 | 0.49 |
| Hex | 0 | E9 | FC | 64 | 8 | 0 | 1 | B9 | 64 | 31 |
| Octal | 0 | 351 | 374 | 144 | 10 | 0 | 1 | 271 | 144 | 61 |
| Binary | 0 | 11101001 | 11111100 | 1100100 | 1000 | 0 | 1 | 10111001 | 1100100 | 110001 |
Color Harmonies of #00E9FC
Complementary color
Monochromatic Colors of #00E9FC
Black with #00E9FC
Text Example
Text Example
White with #00E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E9FC; }
p { color: rgb(0,233,252); }
H1.HeaderClassName
{
color: #00E9FC;
}
.AnyTagClassName
{
color: #00E9FC;
}
</style>
background-color css
<style>
a { background-color: #00E9FC; }
a { background-color: rgb(0,233,252); }
div.DivClassName
{
background-color: #00E9FC;
}
.BgClassName
{
background-color: #00E9FC;
}
</style>
border-color css
<style>
span { border-color: #00E9FC; }
span { border-color: rgb(0,233,252); }
td.TdClassName
{
border-color: #00E9FC;
}
.TagClassName
{
border-color: #00E9FC;
}
</style>