Shades of Aqua Spring #E5FDE6
Tints of Aqua Spring #E5FDE6
RGB
CMYK
RGB Variations
Color information
#E5FDE6 (or 0xE5FDE6) is known color: Aqua Spring. HEX triplet: E5, FD and E6. RGB value is (229,253,230). Sum of RGB (Red+Green+Blue) = 229+253+230=712 (94% of max value = 765). Red value is 229 (89.84% from 255 or 32.16% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 230 (90.23% from 255 or 32.30% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #E5FDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FDE6 is #1A0219. Grayscale: #F3F3F3. Windows color (decimal): -1704474 or 15138277. OLE color: 15138277.
HSL color Cylindrical-coordinate representation of color #E5FDE6: hue angle of 122.5º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5FDE6 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 229 | 253 | 230 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.01 |
| HSL | 122.5º | 0.86% | 0.95% | - |
| HSV(B) | 122.5º | 0.09% | 0.99% | - |
| XYZ | 81.72 | 92.62 | 88.43 | - |
| YUV | 243.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 253 | 230 | 0.09 | 0 | 0.09 | 0.01 | 122.5 | 0.86 | 0.95 |
| Hex | E5 | FD | E6 | 9 | 0 | 9 | 1 | 7B | 56 | 5F |
| Octal | 345 | 375 | 346 | 11 | 0 | 11 | 1 | 173 | 126 | 137 |
| Binary | 11100101 | 11111101 | 11100110 | 1001 | 0 | 1001 | 1 | 1111011 | 1010110 | 1011111 |
Color Harmonies of #E5FDE6
Complementary color
Monochromatic Colors of #E5FDE6
Black with #E5FDE6
Text Example
Text Example
White with #E5FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FDE6; }
p { color: rgb(229,253,230); }
H1.HeaderClassName
{
color: #E5FDE6;
}
.AnyTagClassName
{
color: #E5FDE6;
}
</style>
background-color css
<style>
a { background-color: #E5FDE6; }
a { background-color: rgb(229,253,230); }
div.DivClassName
{
background-color: #E5FDE6;
}
.BgClassName
{
background-color: #E5FDE6;
}
</style>
border-color css
<style>
span { border-color: #E5FDE6; }
span { border-color: rgb(229,253,230); }
td.TdClassName
{
border-color: #E5FDE6;
}
.TagClassName
{
border-color: #E5FDE6;
}
</style>