Shades of Aqua #00E3FD
Tints of Aqua #00E3FD
RGB
CMYK
RGB Variations
Color information
#00E3FD (or 0x00E3FD) is known color: Aqua. HEX triplet: 00, E3 and FD. RGB value is (0,227,253). Sum of RGB (Red+Green+Blue) = 0+227+253=480 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #00E3FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E3FD is #FF1C02. Grayscale: #A1A1A1. Windows color (decimal): -16718851 or 16638720. OLE color: 16638720.
HSL color Cylindrical-coordinate representation of color #00E3FD: hue angle of 186.17º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E3FD is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 227 | 253 | - |
| CMYK | 1 | 0.10 | 0 | 0.01 |
| HSL | 186.17º | 1% | 0.5% | - |
| HSV(B) | 186.17º | 1% | 0.99% | - |
| XYZ | 45.2 | 62.03 | 102.52 | - |
| YUV | 162.09 | 179.29 | 12.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 227 | 253 | 1 | 0.10 | 0 | 0.01 | 186.17 | 1 | 0.5 |
| Hex | 0 | E3 | FD | 64 | A | 0 | 1 | BA | 64 | 32 |
| Octal | 0 | 343 | 375 | 144 | 12 | 0 | 1 | 272 | 144 | 62 |
| Binary | 0 | 11100011 | 11111101 | 1100100 | 1010 | 0 | 1 | 10111010 | 1100100 | 110010 |
Color Harmonies of #00E3FD
Complementary color
Monochromatic Colors of #00E3FD
Black with #00E3FD
Text Example
Text Example
White with #00E3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E3FD; }
p { color: rgb(0,227,253); }
H1.HeaderClassName
{
color: #00E3FD;
}
.AnyTagClassName
{
color: #00E3FD;
}
</style>
background-color css
<style>
a { background-color: #00E3FD; }
a { background-color: rgb(0,227,253); }
div.DivClassName
{
background-color: #00E3FD;
}
.BgClassName
{
background-color: #00E3FD;
}
</style>
border-color css
<style>
span { border-color: #00E3FD; }
span { border-color: rgb(0,227,253); }
td.TdClassName
{
border-color: #00E3FD;
}
.TagClassName
{
border-color: #00E3FD;
}
</style>