Shades of Aqua #00E1FF
Tints of Aqua #00E1FF
RGB
CMYK
RGB Variations
Color information
#00E1FF (or 0x00E1FF) is known color: Aqua. HEX triplet: 00, E1 and FF. RGB value is (0,225,255). Sum of RGB (Red+Green+Blue) = 0+225+255=480 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #00E1FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E1FF is #FF1E00. Grayscale: #A0A0A0. Windows color (decimal): -16719361 or 16769280. OLE color: 16769280.
HSL color Cylindrical-coordinate representation of color #00E1FF: hue angle of 187.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E1FF is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 225 | 255 | - |
| CMYK | 1 | 0.12 | 0 | 0 |
| HSL | 187.06º | 1% | 0.5% | - |
| HSV(B) | 187.06º | 1% | 1% | - |
| XYZ | 44.98 | 61.07 | 104.03 | - |
| YUV | 161.15 | 180.96 | 13.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 225 | 255 | 1 | 0.12 | 0 | 0 | 187.06 | 1 | 0.5 |
| Hex | 0 | E1 | FF | 64 | C | 0 | 0 | BB | 64 | 32 |
| Octal | 0 | 341 | 377 | 144 | 14 | 0 | 0 | 273 | 144 | 62 |
| Binary | 0 | 11100001 | 11111111 | 1100100 | 1100 | 0 | 0 | 10111011 | 1100100 | 110010 |
Color Harmonies of #00E1FF
Complementary color
Monochromatic Colors of #00E1FF
Black with #00E1FF
Text Example
Text Example
White with #00E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E1FF; }
p { color: rgb(0,225,255); }
H1.HeaderClassName
{
color: #00E1FF;
}
.AnyTagClassName
{
color: #00E1FF;
}
</style>
background-color css
<style>
a { background-color: #00E1FF; }
a { background-color: rgb(0,225,255); }
div.DivClassName
{
background-color: #00E1FF;
}
.BgClassName
{
background-color: #00E1FF;
}
</style>
border-color css
<style>
span { border-color: #00E1FF; }
span { border-color: rgb(0,225,255); }
td.TdClassName
{
border-color: #00E1FF;
}
.TagClassName
{
border-color: #00E1FF;
}
</style>