Shades of Clear Day #E6F3F0
Tints of Clear Day #E6F3F0
RGB
CMYK
RGB Variations
Color information
#E6F3F0 (or 0xE6F3F0) is known color: Clear Day. HEX triplet: E6, F3 and F0. RGB value is (230,243,240). Sum of RGB (Red+Green+Blue) = 230+243+240=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F3F0 is #190C0F. Grayscale: #EEEEEE. Windows color (decimal): -1641488 or 15791078. OLE color: 15791078.
HSL color Cylindrical-coordinate representation of color #E6F3F0: hue angle of 166.15º degrees, saturation: 0.35, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6F3F0 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 243 | 240 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.05 |
| HSL | 166.15º | 0.35% | 0.93% | - |
| HSV(B) | 166.15º | 0.05% | 0.95% | - |
| XYZ | 80.41 | 87.22 | 95.03 | - |
| YUV | 238.77 | 128.69 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 243 | 240 | 0.05 | 0 | 0.01 | 0.05 | 166.15 | 0.35 | 0.93 |
| Hex | E6 | F3 | F0 | 5 | 0 | 1 | 5 | A6 | 23 | 5D |
| Octal | 346 | 363 | 360 | 5 | 0 | 1 | 5 | 246 | 43 | 135 |
| Binary | 11100110 | 11110011 | 11110000 | 101 | 0 | 1 | 101 | 10100110 | 100011 | 1011101 |
Color Harmonies of #E6F3F0
Complementary color
Monochromatic Colors of #E6F3F0
Black with #E6F3F0
Text Example
Text Example
White with #E6F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F3F0; }
p { color: rgb(230,243,240); }
H1.HeaderClassName
{
color: #E6F3F0;
}
.AnyTagClassName
{
color: #E6F3F0;
}
</style>
background-color css
<style>
a { background-color: #E6F3F0; }
a { background-color: rgb(230,243,240); }
div.DivClassName
{
background-color: #E6F3F0;
}
.BgClassName
{
background-color: #E6F3F0;
}
</style>
border-color css
<style>
span { border-color: #E6F3F0; }
span { border-color: rgb(230,243,240); }
td.TdClassName
{
border-color: #E6F3F0;
}
.TagClassName
{
border-color: #E6F3F0;
}
</style>