Shades of Azure #E8FFFD
Tints of Azure #E8FFFD
RGB
CMYK
RGB Variations
Color information
#E8FFFD (or 0xE8FFFD) is known color: Azure. HEX triplet: E8, FF and FD. RGB value is (232,255,253). Sum of RGB (Red+Green+Blue) = 232+255+253=740 (98% of max value = 765). Red value is 232 (91.02% from 255 or 31.35% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 255 - color contains mainly: green. Hex color #E8FFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8FFFD is #170002. Grayscale: #F7F7F7. Windows color (decimal): -1507331 or 16646120. OLE color: 16646120.
HSL color Cylindrical-coordinate representation of color #E8FFFD: hue angle of 174.78º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E8FFFD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 232 | 255 | 253 | - |
| CMYK | 0.09 | 0 | 0.01 | 0 |
| HSL | 174.78º | 1% | 0.95% | - |
| HSV(B) | 174.78º | 0.09% | 1% | - |
| XYZ | 86.77 | 95.77 | 106.84 | - |
| YUV | 247.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 255 | 253 | 0.09 | 0 | 0.01 | 0 | 174.78 | 1 | 0.95 |
| Hex | E8 | FF | FD | 9 | 0 | 1 | 0 | AF | 64 | 5F |
| Octal | 350 | 377 | 375 | 11 | 0 | 1 | 0 | 257 | 144 | 137 |
| Binary | 11101000 | 11111111 | 11111101 | 1001 | 0 | 1 | 0 | 10101111 | 1100100 | 1011111 |
Color Harmonies of #E8FFFD
Complementary color
Monochromatic Colors of #E8FFFD
Black with #E8FFFD
Text Example
Text Example
White with #E8FFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8FFFD; }
p { color: rgb(232,255,253); }
H1.HeaderClassName
{
color: #E8FFFD;
}
.AnyTagClassName
{
color: #E8FFFD;
}
</style>
background-color css
<style>
a { background-color: #E8FFFD; }
a { background-color: rgb(232,255,253); }
div.DivClassName
{
background-color: #E8FFFD;
}
.BgClassName
{
background-color: #E8FFFD;
}
</style>
border-color css
<style>
span { border-color: #E8FFFD; }
span { border-color: rgb(232,255,253); }
td.TdClassName
{
border-color: #E8FFFD;
}
.TagClassName
{
border-color: #E8FFFD;
}
</style>