COLOR #E4F5FF

HEX: #E4F5FF
RGB: (228,245,255)

Color info

#E4F5FF contains red, green and blue colors in about the same proportion. Web safe color of #E4F5FF is #CCFFFF (or #CFF).

RGB color model

#E4F5FF color RGB value is (228,245,255).

  • red value is 228;
  • green value is 245;
  • blue value is 255.
RGB:
(228,245,255)
(89%,96%,100%)

RGB channels and saturation

R 228 of 255 = 89%
G 245 of 255 = 96%
B 255 of 255 = 100%

228
245
255

R + G + B ~ 95%. #E4F5FF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 245 + 255 = 728 (100%)
R 228 of 728 ~ 31.32%
G 245 of 728 ~ 33.65%
B 255 of 728 ~ 35.03%

%31.32
%33.65
%35.03

CMYK color model

#E4F5FF color CMYK value is (11,4,0,0).

  • cyan value is 10.59%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(11,4,0,0)
C11M4Y0K0 
(11%,4%,0%,0%)
(0.11/0.04/0.00/0.00)	

CMYK percentages

%10.59
%3.92
%0
%0

Codes

Color #E4F5FF in popluar color models

E4F5FF
RGB228245255
HSL202°100.00%94.71%
HSB/HSV202°10.59%100.00%
CMYK10.59%3.92%0.00%
0.00%

Color #E4F5FF in popluar number systems.

HEXE4F5FF
Decimal228245255
Binary111001001111010111111111
Octal344365377

Shades and tints

Shades of #E4F5FF

#E4F5FF
(228,245,255)
#D0DFE8
(208,223,232)
#BCC9D1
(188,201,209)
#A8B3BA
(168,179,186)
#949DA3
(148,157,163)
#80878C
(128,135,140)
#6C7175
(108,113,117)
#585B5E
(88,91,94)
#444547
(68,69,71)
#302F30
(48,47,48)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #E4F5FF

#E4F5FF
(228,245,255)
#E6F5FF
(230,245,255)
#E8F5FF
(232,245,255)
#EAF5FF
(234,245,255)
#ECF5FF
(236,245,255)
#EEF5FF
(238,245,255)
#F0F5FF
(240,245,255)
#F2F5FF
(242,245,255)
#F4F5FF
(244,245,255)
#F6F5FF
(246,245,255)
#F8F5FF
(248,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F5FF color. Also use rgb(228,245,255) instead hex code.

Text Font Color

.myTextColor { color: #E4F5FF; }

<p style="color:#E4F5FF">This sample text font color is #E4F5FF.</p>

This text font color is #E4F5FF.


Background Color

.myBgColor { background-color: #E4F5FF; }

<div style="background-color:#E4F5FF">Inner text</div>

This div background color is #E4F5FF.


Border color

.myBorderColor { border: 1px solid #E4F5FF; }

<div style="border:3px solid #E4F5FF">Div</div>

This div border color is #E4F5FF.


Opacity

.myOpacity80 { color: #E4F5FF; opacity: 0.8; }

<p style="color:#E4F5FF;opacity:0.8;">80%</p>

Text with #E4F5FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E4F5FF;}

<p style="text-shadow: 3px 3px 1px #E4F5FF">Text here.</p>

This text has shadow with #E4F5FF color.

.textShadow {text-shadow: 3px 3px 1px #E4F5FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E4F5FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E4F5FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E4F5FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E4F5FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E4F5FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E4F5FF;
  -webkit-box-shadow:	1px 1px 3px 2px #E4F5FF;
  box-shadow:		1px 1px 3px 2px #E4F5FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E4F5FF;
-webkit-box-shadow: 1px 1px 3px 2px #E4F5FF;
box-shadow:1px 1px 3px 2px #E4F5FF;">
Div content here</div>
This div box has shadow with color #E4F5FF.

Preview

Color preview on black background

This text has color #E4F5FF on black background.


Color preview on white background

This text has color #E4F5FF on white background.



Black color preview on #E4F5FF background

This text has black color on #E4F5FF background.


White color preview on #E4F5FF background

This text has white color on #E4F5FF background.