Shades of Clear Day #EFF5F3
Tints of Clear Day #EFF5F3
RGB
CMYK
RGB Variations
Color information
#EFF5F3 (or 0xEFF5F3) is known color: Clear Day. HEX triplet: EF, F5 and F3. RGB value is (239,245,243). Sum of RGB (Red+Green+Blue) = 239+245+243=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5F3 is #100A0C. Grayscale: #F2F2F2. Windows color (decimal): -1051149 or 15988207. OLE color: 15988207.
HSL color Cylindrical-coordinate representation of color #EFF5F3: hue angle of 160º degrees, saturation: 0.23, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF5F3 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 245 | 243 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.04 |
| HSL | 160º | 0.23% | 0.95% | - |
| HSV(B) | 160º | 0.02% | 0.96% | - |
| XYZ | 84.43 | 90.13 | 97.74 | - |
| YUV | 242.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 245 | 243 | 0.02 | 0 | 0.01 | 0.04 | 160 | 0.23 | 0.95 |
| Hex | EF | F5 | F3 | 2 | 0 | 1 | 4 | A0 | 17 | 5F |
| Octal | 357 | 365 | 363 | 2 | 0 | 1 | 4 | 240 | 27 | 137 |
| Binary | 11101111 | 11110101 | 11110011 | 10 | 0 | 1 | 100 | 10100000 | 10111 | 1011111 |
Color Harmonies of #EFF5F3
Complementary color
Monochromatic Colors of #EFF5F3
Black with #EFF5F3
Text Example
Text Example
White with #EFF5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5F3; }
p { color: rgb(239,245,243); }
H1.HeaderClassName
{
color: #EFF5F3;
}
.AnyTagClassName
{
color: #EFF5F3;
}
</style>
background-color css
<style>
a { background-color: #EFF5F3; }
a { background-color: rgb(239,245,243); }
div.DivClassName
{
background-color: #EFF5F3;
}
.BgClassName
{
background-color: #EFF5F3;
}
</style>
border-color css
<style>
span { border-color: #EFF5F3; }
span { border-color: rgb(239,245,243); }
td.TdClassName
{
border-color: #EFF5F3;
}
.TagClassName
{
border-color: #EFF5F3;
}
</style>