COLOR #EBFAFF

HEX: #EBFAFF
RGB: (235,250,255)

Color info

#EBFAFF contains red, green and blue colors in about the same proportion. Web safe color of #EBFAFF is #FFFFFF (or #FFF).

RGB color model

#EBFAFF color RGB value is (235,250,255).

  • red value is 235;
  • green value is 250;
  • blue value is 255.
RGB:
(235,250,255)
(92%,98%,100%)

RGB channels and saturation

R 235 of 255 = 92%
G 250 of 255 = 98%
B 255 of 255 = 100%

235
250
255

R + G + B ~ 97%. #EBFAFF is light color.

Portions of RGB colors in percentages

R + G + B =
235 + 250 + 255 = 740 (100%)
R 235 of 740 ~ 31.76%
G 250 of 740 ~ 33.78%
B 255 of 740 ~ 34.46%

%31.76
%33.78
%34.46

CMYK color model

#EBFAFF color CMYK value is (8,2,0,0).

  • cyan value is 7.84%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(8,2,0,0)
C8M2Y0K0 
(8%,2%,0%,0%)
(0.08/0.02/0.00/0.00)	

CMYK percentages

%7.84
%1.96
%0
%0

Codes

Color #EBFAFF in popluar color models

EBFAFF
RGB235250255
HSL195°100.00%96.08%
HSB/HSV195°7.84%100.00%
CMYK7.84%1.96%0.00%
0.00%

Color #EBFAFF in popluar number systems.

HEXEBFAFF
Decimal235250255
Binary111010111111101011111111
Octal353372377

Shades and tints

Shades of #EBFAFF

#EBFAFF
(235,250,255)
#D6E4E8
(214,228,232)
#C1CED1
(193,206,209)
#ACB8BA
(172,184,186)
#97A2A3
(151,162,163)
#828C8C
(130,140,140)
#6D7675
(109,118,117)
#58605E
(88,96,94)
#434A47
(67,74,71)
#2E3430
(46,52,48)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #EBFAFF

#EBFAFF
(235,250,255)
#ECFAFF
(236,250,255)
#EDFAFF
(237,250,255)
#EEFAFF
(238,250,255)
#EFFAFF
(239,250,255)
#F0FAFF
(240,250,255)
#F1FAFF
(241,250,255)
#F2FAFF
(242,250,255)
#F3FAFF
(243,250,255)
#F4FAFF
(244,250,255)
#F5FAFF
(245,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBFAFF color. Also use rgb(235,250,255) instead hex code.

Text Font Color

.myTextColor { color: #EBFAFF; }

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

This text font color is #EBFAFF.


Background Color

.myBgColor { background-color: #EBFAFF; }

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

This div background color is #EBFAFF.


Border color

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

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

This div border color is #EBFAFF.


Opacity

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

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

Text with #EBFAFF 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 #EBFAFF;}

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

This text has shadow with #EBFAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBFAFF on black background.


Color preview on white background

This text has color #EBFAFF on white background.



Black color preview on #EBFAFF background

This text has black color on #EBFAFF background.


White color preview on #EBFAFF background

This text has white color on #EBFAFF background.