Shades of Clear Day #EFF7F5
Tints of Clear Day #EFF7F5
RGB
CMYK
RGB Variations
Color information
#EFF7F5 (or 0xEFF7F5) is known color: Clear Day. HEX triplet: EF, F7 and F5. RGB value is (239,247,245). Sum of RGB (Red+Green+Blue) = 239+247+245=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF7F5 is #10080A. Grayscale: #F4F4F4. Windows color (decimal): -1050635 or 16119791. OLE color: 16119791.
HSL color Cylindrical-coordinate representation of color #EFF7F5: hue angle of 165º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF7F5 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 239 | 247 | 245 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.03 |
| HSL | 165º | 0.33% | 0.95% | - |
| HSV(B) | 165º | 0.03% | 0.97% | - |
| XYZ | 85.34 | 91.46 | 99.54 | - |
| YUV | 244.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 247 | 245 | 0.03 | 0 | 0.01 | 0.03 | 165 | 0.33 | 0.95 |
| Hex | EF | F7 | F5 | 3 | 0 | 1 | 3 | A5 | 21 | 5F |
| Octal | 357 | 367 | 365 | 3 | 0 | 1 | 3 | 245 | 41 | 137 |
| Binary | 11101111 | 11110111 | 11110101 | 11 | 0 | 1 | 11 | 10100101 | 100001 | 1011111 |
Color Harmonies of #EFF7F5
Complementary color
Monochromatic Colors of #EFF7F5
Black with #EFF7F5
Text Example
Text Example
White with #EFF7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF7F5; }
p { color: rgb(239,247,245); }
H1.HeaderClassName
{
color: #EFF7F5;
}
.AnyTagClassName
{
color: #EFF7F5;
}
</style>
background-color css
<style>
a { background-color: #EFF7F5; }
a { background-color: rgb(239,247,245); }
div.DivClassName
{
background-color: #EFF7F5;
}
.BgClassName
{
background-color: #EFF7F5;
}
</style>
border-color css
<style>
span { border-color: #EFF7F5; }
span { border-color: rgb(239,247,245); }
td.TdClassName
{
border-color: #EFF7F5;
}
.TagClassName
{
border-color: #EFF7F5;
}
</style>