#EBF5F2

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

Shades of Clear Day #EBF5F2

Tints of Clear Day #EBF5F2

Color information

#EBF5F2 (or 0xEBF5F2) is unknown color: approx Clear Day. HEX triplet: EB, F5 and F2. RGB value is (235,245,242). Sum of RGB (Red+Green+Blue) = 235+245+242=722 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.55% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5F2 is #140A0D. Grayscale: #F1F1F1. Windows color (decimal): -1313294 or 15922667. OLE color: 15922667.

HSL color Cylindrical-coordinate representation of color #EBF5F2: hue angle of 162º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF5F2 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB235245242-
CMYK0.0400.010.04
HSL162º33.33%94.12%-
HSV(B)162º4.08%96.08%-
XYZ82.9489.3896.88-
YUV241.67128.19123.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.55%
GREEN value IS 245 (96.09% from 255) = 33.93%
BLUE value IS 242 (94.92% from 255) = 33.52%
R=32.55%
G=33.93%
B=33.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452420.0400.010.0416233.3394.12
HexEBF5F24014a2215e
Octal353365362401424241136
Binary11101011111101011111001010001100101000101000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5F2; }

 p { color: rgb(235,245,242); }

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

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

 a { background-color: rgb(235,245,242); }

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

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

 span { border-color: rgb(235,245,242); }

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