COLOR #BAEEFD

HEX: #BAEEFD
RGB: (186,238,253)

Color info

#BAEEFD contains mainly green and blue colors. Web safe color of #BAEEFD is #CCFFFF (or #CFF).

RGB color model

#BAEEFD color RGB value is (186,238,253).

  • red value is 186;
  • green value is 238;
  • blue value is 253.
RGB:
(186,238,253)
(73%,93%,99%)

RGB channels and saturation

R 186 of 255 = 73%
G 238 of 255 = 93%
B 253 of 255 = 99%

186
238
253

R + G + B ~ 88%. #BAEEFD is light color.

Portions of RGB colors in percentages

R + G + B =
186 + 238 + 253 = 677 (100%)
R 186 of 677 ~ 27.47%
G 238 of 677 ~ 35.16%
B 253 of 677 ~ 37.37%

%27.47
%35.16
%37.37

CMYK color model

#BAEEFD color CMYK value is (26,6,0,1).

  • cyan value is 26.48%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(26,6,0,1)
C26M6Y0K1 
(26%,6%,0%,1%)
(0.26/0.06/0.00/0.01)	

CMYK percentages

%26.48
%5.93
%0
%0.78

Codes

Color #BAEEFD in popluar color models

BAEEFD
RGB186238253
HSL193°94.37%86.08%
HSB/HSV193°26.48%99.22%
CMYK26.48%5.93%0.00%
0.78%

Color #BAEEFD in popluar number systems.

HEXBAEEFD
Decimal186238253
Binary101110101110111011111101
Octal272356375

Shades and tints

Shades of #BAEEFD

#BAEEFD
(186,238,253)
#AAD9E6
(170,217,230)
#9AC4CF
(154,196,207)
#8AAFB8
(138,175,184)
#7A9AA1
(122,154,161)
#6A858A
(106,133,138)
#5A7073
(90,112,115)
#4A5B5C
(74,91,92)
#3A4645
(58,70,69)
#2A312E
(42,49,46)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #BAEEFD

#BAEEFD
(186,238,253)
#C0EFFD
(192,239,253)
#C6F0FD
(198,240,253)
#CCF1FD
(204,241,253)
#D2F2FD
(210,242,253)
#D8F3FD
(216,243,253)
#DEF4FD
(222,244,253)
#E4F5FD
(228,245,253)
#EAF6FD
(234,246,253)
#F0F7FD
(240,247,253)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BAEEFD color. Also use rgb(186,238,253) instead hex code.

Text Font Color

.myTextColor { color: #BAEEFD; }

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

This text font color is #BAEEFD.


Background Color

.myBgColor { background-color: #BAEEFD; }

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

This div background color is #BAEEFD.


Border color

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

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

This div border color is #BAEEFD.


Opacity

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

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

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

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

This text has shadow with #BAEEFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BAEEFD on black background.


Color preview on white background

This text has color #BAEEFD on white background.



Black color preview on #BAEEFD background

This text has black color on #BAEEFD background.


White color preview on #BAEEFD background

This text has white color on #BAEEFD background.