#EFF3F2

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

Shades of Clear Day #EFF3F2

Tints of Clear Day #EFF3F2

Color information

#EFF3F2 (or 0xEFF3F2) is unknown color: approx Clear Day. HEX triplet: EF, F3 and F2. RGB value is (239,243,242). Sum of RGB (Red+Green+Blue) = 239+243+242=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 243 (95.31% from 255 or 33.56% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3F2 is #100C0D. Grayscale: #F1F1F1. Windows color (decimal): -1051662 or 15922159. OLE color: 15922159.

HSL color Cylindrical-coordinate representation of color #EFF3F2: hue angle of 165º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF3F2 is Cyan = 0.02, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB239243242-
CMYK0.0200.000.05
HSL165º14.29%94.51%-
HSV(B)165º1.65%95.29%-
XYZ83.6788.8696.75-
YUV241.69128.17126.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.01%
GREEN value IS 243 (95.31% from 255) = 33.56%
BLUE value IS 242 (94.92% from 255) = 33.43%
R=33.01%
G=33.56%
B=33.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432420.0200.000.0516514.2994.51
HexEFF3F22005a5e5f
Octal357363362200524516137
Binary11101111111100111111001010001011010010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3F2; }

 p { color: rgb(239,243,242); }

 H1.HeaderClassName
 {
   color: #EFF3F2;
 }
 .AnyTagClassName
 {
   color: #EFF3F2;
 }
</style>
background-color css

<style>
 a { background-color: #EFF3F2; }

 a { background-color: rgb(239,243,242); }

 div.DivClassName
 {
   background-color: #EFF3F2;
 }
 .BgClassName
 {
   background-color: #EFF3F2;
 }
</style>
border-color css

<style>
 span { border-color: #EFF3F2; }

 span { border-color: rgb(239,243,242); }

 td.TdClassName
 {
   border-color: #EFF3F2;
 }
 .TagClassName
 {
   border-color: #EFF3F2;
 }
</style>