Shades of Clear Day #E6F4F0
Tints of Clear Day #E6F4F0
RGB
CMYK
RGB Variations
Color information
#E6F4F0 (or 0xE6F4F0) is known color: Clear Day. HEX triplet: E6, F4 and F0. RGB value is (230,244,240). Sum of RGB (Red+Green+Blue) = 230+244+240=714 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.21% from 714); Green value is 244 (95.70% from 255 or 34.17% from 714); Blue value is 240 (94.14% from 255 or 33.61% from 714); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F4F0 is #190B0F. Grayscale: #EFEFEF. Windows color (decimal): -1641232 or 15791334. OLE color: 15791334.
HSL color Cylindrical-coordinate representation of color #E6F4F0: hue angle of 162.86º degrees, saturation: 0.39, 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 #E6F4F0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 244 | 240 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.04 |
| HSL | 162.86º | 0.39% | 0.93% | - |
| HSV(B) | 162.86º | 0.06% | 0.96% | - |
| XYZ | 80.71 | 87.82 | 95.13 | - |
| YUV | 239.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 244 | 240 | 0.06 | 0 | 0.02 | 0.04 | 162.86 | 0.39 | 0.93 |
| Hex | E6 | F4 | F0 | 6 | 0 | 2 | 4 | A3 | 27 | 5D |
| Octal | 346 | 364 | 360 | 6 | 0 | 2 | 4 | 243 | 47 | 135 |
| Binary | 11100110 | 11110100 | 11110000 | 110 | 0 | 10 | 100 | 10100011 | 100111 | 1011101 |
Color Harmonies of #E6F4F0
Complementary color
Monochromatic Colors of #E6F4F0
Black with #E6F4F0
Text Example
Text Example
White with #E6F4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F4F0; }
p { color: rgb(230,244,240); }
H1.HeaderClassName
{
color: #E6F4F0;
}
.AnyTagClassName
{
color: #E6F4F0;
}
</style>
background-color css
<style>
a { background-color: #E6F4F0; }
a { background-color: rgb(230,244,240); }
div.DivClassName
{
background-color: #E6F4F0;
}
.BgClassName
{
background-color: #E6F4F0;
}
</style>
border-color css
<style>
span { border-color: #E6F4F0; }
span { border-color: rgb(230,244,240); }
td.TdClassName
{
border-color: #E6F4F0;
}
.TagClassName
{
border-color: #E6F4F0;
}
</style>