Shades of Clear Day #EAF8F5
Tints of Clear Day #EAF8F5
RGB
CMYK
RGB Variations
Color information
#EAF8F5 (or 0xEAF8F5) is known color: Clear Day. HEX triplet: EA, F8 and F5. RGB value is (234,248,245). Sum of RGB (Red+Green+Blue) = 234+248+245=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 248 (97.27% from 255 or 34.11% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F5 is #15070A. Grayscale: #F3F3F3. Windows color (decimal): -1378059 or 16120042. OLE color: 16120042.
HSL color Cylindrical-coordinate representation of color #EAF8F5: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8F5 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 248 | 245 | - |
CMYK | 0.06 | 0 | 0.01 | 0.03 |
HSL | 167.14º | 0.5% | 0.95% | - |
HSV(B) | 167.14º | 0.06% | 0.97% | - |
XYZ | 83.98 | 91.22 | 99.57 | - |
YUV | 243.47 | 128.86 | 121.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 245 | 0.06 | 0 | 0.01 | 0.03 | 167.14 | 0.5 | 0.95 |
Hex | EA | F8 | F5 | 6 | 0 | 1 | 3 | A7 | 32 | 5F |
Octal | 352 | 370 | 365 | 6 | 0 | 1 | 3 | 247 | 62 | 137 |
Binary | 11101010 | 11111000 | 11110101 | 110 | 0 | 1 | 11 | 10100111 | 110010 | 1011111 |
Color Harmonies of #EAF8F5
Complementary color
Monochromatic Colors of #EAF8F5
Black with #EAF8F5
Text Example
Text Example
White with #EAF8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8F5; }
p { color: rgb(234,248,245); }
H1.HeaderClassName
{
color: #EAF8F5;
}
.AnyTagClassName
{
color: #EAF8F5;
}
</style>
background-color css
<style>
a { background-color: #EAF8F5; }
a { background-color: rgb(234,248,245); }
div.DivClassName
{
background-color: #EAF8F5;
}
.BgClassName
{
background-color: #EAF8F5;
}
</style>
border-color css
<style>
span { border-color: #EAF8F5; }
span { border-color: rgb(234,248,245); }
td.TdClassName
{
border-color: #EAF8F5;
}
.TagClassName
{
border-color: #EAF8F5;
}
</style>