#EBF5F1

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

Shades of Clear Day #EBF5F1

Tints of Clear Day #EBF5F1

Color information

#EBF5F1 (or 0xEBF5F1) is unknown color: approx Clear Day. HEX triplet: EB, F5 and F1. RGB value is (235,245,241). Sum of RGB (Red+Green+Blue) = 235+245+241=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 245 (96.09% from 255 or 33.98% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5F1 is #140A0E. Grayscale: #F1F1F1. Windows color (decimal): -1313295 or 15857131. OLE color: 15857131.

HSL color Cylindrical-coordinate representation of color #EBF5F1: hue angle of 156º 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 #EBF5F1 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB235245241-
CMYK0.0400.020.04
HSL156º33.33%94.12%-
HSV(B)156º4.08%96.08%-
XYZ82.7989.3296.1-
YUV241.55127.69123.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.59%
GREEN value IS 245 (96.09% from 255) = 33.98%
BLUE value IS 241 (94.53% from 255) = 33.43%
R=32.59%
G=33.98%
B=33.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352452410.0400.020.0415633.3394.12
HexEBF5F140249c215e
Octal353365361402423441136
Binary111010111111010111110001100010100100111001000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF5F1; }

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

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

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

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

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

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

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

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