Shades of Clear Day #E6F5F0
Tints of Clear Day #E6F5F0
RGB
CMYK
RGB Variations
Color information
#E6F5F0 (or 0xE6F5F0) is known color: Clear Day. HEX triplet: E6, F5 and F0. RGB value is (230,245,240). Sum of RGB (Red+Green+Blue) = 230+245+240=715 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.17% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F5F0 is #190A0F. Grayscale: #EFEFEF. Windows color (decimal): -1640976 or 15791590. OLE color: 15791590.
HSL color Cylindrical-coordinate representation of color #E6F5F0: hue angle of 160º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6F5F0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 240 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.04 |
| HSL | 160º | 0.43% | 0.93% | - |
| HSV(B) | 160º | 0.06% | 0.96% | - |
| XYZ | 81.01 | 88.42 | 95.23 | - |
| YUV | 239.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 240 | 0.06 | 0 | 0.02 | 0.04 | 160 | 0.43 | 0.93 |
| Hex | E6 | F5 | F0 | 6 | 0 | 2 | 4 | A0 | 2B | 5D |
| Octal | 346 | 365 | 360 | 6 | 0 | 2 | 4 | 240 | 53 | 135 |
| Binary | 11100110 | 11110101 | 11110000 | 110 | 0 | 10 | 100 | 10100000 | 101011 | 1011101 |
Color Harmonies of #E6F5F0
Complementary color
Monochromatic Colors of #E6F5F0
Black with #E6F5F0
Text Example
Text Example
White with #E6F5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F5F0; }
p { color: rgb(230,245,240); }
H1.HeaderClassName
{
color: #E6F5F0;
}
.AnyTagClassName
{
color: #E6F5F0;
}
</style>
background-color css
<style>
a { background-color: #E6F5F0; }
a { background-color: rgb(230,245,240); }
div.DivClassName
{
background-color: #E6F5F0;
}
.BgClassName
{
background-color: #E6F5F0;
}
</style>
border-color css
<style>
span { border-color: #E6F5F0; }
span { border-color: rgb(230,245,240); }
td.TdClassName
{
border-color: #E6F5F0;
}
.TagClassName
{
border-color: #E6F5F0;
}
</style>