Shades of Clear Day #E0FBEF
Tints of Clear Day #E0FBEF
RGB
CMYK
RGB Variations
Color information
#E0FBEF (or 0xE0FBEF) is known color: Clear Day. HEX triplet: E0, FB and EF. RGB value is (224,251,239). Sum of RGB (Red+Green+Blue) = 224+251+239=714 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.37% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 239 (93.75% from 255 or 33.47% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FBEF is #1F0410. Grayscale: #F1F1F1. Windows color (decimal): -2032657 or 15727584. OLE color: 15727584.
HSL color Cylindrical-coordinate representation of color #E0FBEF: hue angle of 153.33º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0FBEF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 239 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.02 |
| HSL | 153.33º | 0.77% | 0.93% | - |
| HSV(B) | 153.33º | 0.11% | 0.98% | - |
| XYZ | 80.82 | 91.07 | 94.98 | - |
| YUV | 241.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 239 | 0.11 | 0 | 0.05 | 0.02 | 153.33 | 0.77 | 0.93 |
| Hex | E0 | FB | EF | B | 0 | 5 | 2 | 99 | 4D | 5D |
| Octal | 340 | 373 | 357 | 13 | 0 | 5 | 2 | 231 | 115 | 135 |
| Binary | 11100000 | 11111011 | 11101111 | 1011 | 0 | 101 | 10 | 10011001 | 1001101 | 1011101 |
Color Harmonies of #E0FBEF
Complementary color
Monochromatic Colors of #E0FBEF
Black with #E0FBEF
Text Example
Text Example
White with #E0FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBEF; }
p { color: rgb(224,251,239); }
H1.HeaderClassName
{
color: #E0FBEF;
}
.AnyTagClassName
{
color: #E0FBEF;
}
</style>
background-color css
<style>
a { background-color: #E0FBEF; }
a { background-color: rgb(224,251,239); }
div.DivClassName
{
background-color: #E0FBEF;
}
.BgClassName
{
background-color: #E0FBEF;
}
</style>
border-color css
<style>
span { border-color: #E0FBEF; }
span { border-color: rgb(224,251,239); }
td.TdClassName
{
border-color: #E0FBEF;
}
.TagClassName
{
border-color: #E0FBEF;
}
</style>