#EFF7F5

Color #EFF7F5 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #EFF7F5

Tints of Clear Day #EFF7F5

Color information

#EFF7F5 (or 0xEFF7F5) is unknown color: approx 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

RGB239247245-
CMYK0.0300.010.03
HSL165º33.33%95.29%-
HSV(B)165º3.24%96.86%-
XYZ85.3491.4699.54-
YUV244.38128.35124.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 32.69%
GREEN value IS 247 (96.88% from 255) = 33.79%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=32.69%
G=33.79%
B=33.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472450.0300.010.0316533.3395.29
HexEFF7F53013a5215f
Octal357367365301324541137
Binary111011111111011111110101110111101001011000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>