COLOR #EDFBFF

HEX: #EDFBFF RGB: (237,251,255)

Color info

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

RGB color model

#EDFBFF color RGB value is (237,251,255).

RGB: (237,251,255) (93%, 98%, 100%)

RGB channels and saturation

R 237 of 255 = 93%
G 251 of 255 = 98%
B 255 of 255 = 100%

237
251
255

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

Portions of RGB colors in percentages

R + G + B = 237 + 251 + 255 = 743 (100%)
R 237 of 743 ~ 31.9%
G 251 of 743 ~ 33.78%
B 255 of 743 ~ 34.32'%

%31.9
%33.78
%34.32

CMYK color model

#EDFBFF color CMYK value is (7,2,0,0).

  • cyan value is 7.06%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (7,2,0,0)
C7M2Y0K0 (7%, 2%, 0%, 0%)
(0.07 / 0.02 / 0.00 / 0.00)

CMYK percentages

%7.06
%1.57
%0
%0

Codes

Color #EDFBFF in popluar color models

ED FB FF
RGB 237 251 255
HSL 193° 100.00% 96.47%
HSB/HSV 193° 7.06% 100.00%
CMYK 7.06% 1.57% 0.00%
0.00%

Color #EDFBFF in popluar number systems.

HEX ED FB FF
Decimal 237 251 255
Binary 11101101 11111011 11111111
Octal 355 373 377

Shades and tints

Shades of #EDFBFF

#EDFBFF
(237,251,255)
#D8E5E8
(216,229,232)
#C3CFD1
(195,207,209)
#AEB9BA
(174,185,186)
#99A3A3
(153,163,163)
#848D8C
(132,141,140)
#6F7775
(111,119,117)
#5A615E
(90,97,94)
#454B47
(69,75,71)
#303530
(48,53,48)
#1B1F19
(27,31,25)
#000000
(0,0,0)

Tints of #EDFBFF

#EDFBFF
(237,251,255)
#EEFBFF
(238,251,255)
#EFFBFF
(239,251,255)
#F0FBFF
(240,251,255)
#F1FBFF
(241,251,255)
#F2FBFF
(242,251,255)
#F3FBFF
(243,251,255)
#F4FBFF
(244,251,255)
#F5FBFF
(245,251,255)
#F6FBFF
(246,251,255)
#F7FBFF
(247,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDFBFF color. Also use rgb(237,251,255) instead hex code.

Text Font Color

.myTextColor { color: #EDFBFF; }

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

This text font color is #EDFBFF.

Background Color

.myBgColor { background-color: #EDFBFF; }

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

This div background color is #EDFBFF.

Border color

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

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

This div border color is #EDFBFF.

Opacity

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

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

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

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

This text has shadow with #EDFBFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EDFBFF.

Preview

Color preview on black background

This text has color #EDFBFF on black background.


Color preview on white background

This text has color #EDFBFF on white background.


Black color preview on #EDFBFF background

This text has black color on #EDFBFF background.


White color preview on #EDFBFF background

This text has white color on #EDFBFF background.


Related colors

Complementary color

Complementary color for #hex is #120400.


I love getcolorcode.com

Triadic colors

1 #FFEDFB and #FBFFED with #EDFBFF are triadic colors.

2 #FFFBED and #FBEDFF with #EDFBFF are triadic colors.