COLOR #87CEFA

HEX: #87CEFA RGB: (135,206,250)

Color info

Color name is LightSkyBlue. #87CEFA contains mainly green and blue colors. Web safe color of #87CEFA is #99CCFF (or #9CF).

RGB color model

#87CEFA color RGB value is (135,206,250).

RGB: (135,206,250) (53%, 81%, 98%)

RGB channels and saturation

R 135 of 255 = 53%
G 206 of 255 = 81%
B 250 of 255 = 98%

135
206
250

R + G + B ~ 77%. #87CEFA is quite light color.

Portions of RGB colors in percentages

R + G + B = 135 + 206 + 250 = 591 (100%)
R 135 of 591 ~ 22.84%
G 206 of 591 ~ 34.86%
B 250 of 591 ~ 42.3'%

%22.84
%34.86
%42.3

CMYK color model

#87CEFA color CMYK value is (46,18,0,2).

  • cyan value is 46.00%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (46,18,0,2)
C46M18Y0K2 (46%, 18%, 0%, 2%)
(0.46 / 0.18 / 0.00 / 0.02)

CMYK percentages

%46
%17.6
%0
%1.96

Codes

Color #87CEFA in popluar color models

87 CE FA
RGB 135 206 250
HSL 203° 92.00% 75.49%
HSB/HSV 203° 46.00% 98.04%
CMYK 46.00% 17.60% 0.00%
1.96%

Color #87CEFA in popluar number systems.

HEX 87 CE FA
Decimal 135 206 250
Binary 10000111 11001110 11111010
Octal 207 316 372

Shades and tints

Shades of #87CEFA

#87CEFA
(135,206,250)
#7BBCE4
(123,188,228)
#6FAACE
(111,170,206)
#6398B8
(99,152,184)
#5786A2
(87,134,162)
#4B748C
(75,116,140)
#3F6276
(63,98,118)
#335060
(51,80,96)
#273E4A
(39,62,74)
#1B2C34
(27,44,52)
#0F1A1E
(15,26,30)
#000000
(0,0,0)

Tints of #87CEFA

#87CEFA
(135,206,250)
#91D2FA
(145,210,250)
#9BD6FA
(155,214,250)
#A5DAFA
(165,218,250)
#AFDEFA
(175,222,250)
#B9E2FA
(185,226,250)
#C3E6FA
(195,230,250)
#CDEAFA
(205,234,250)
#D7EEFA
(215,238,250)
#E1F2FA
(225,242,250)
#EBF6FA
(235,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87CEFA color. Also use rgb(135,206,250) instead hex code.

Text Font Color

.myTextColor { color: #87CEFA; }

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

This text font color is #87CEFA.

Background Color

.myBgColor { background-color: #87CEFA; }

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

This div background color is #87CEFA.

Border color

.myBorderColor { border: 1px solid #87CEFA; }

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

This div border color is #87CEFA.

Opacity

.myOpacity80 { color: #87CEFA; opacity: 0.8; }

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

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

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

This text has shadow with #87CEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87CEFA.

Preview

Color preview on black background

This text has color #87CEFA on black background.


Color preview on white background

This text has color #87CEFA on white background.


Black color preview on #87CEFA background

This text has black color on #87CEFA background.


White color preview on #87CEFA background

This text has white color on #87CEFA background.


Related colors

Complementary color

Complementary color for #hex is #783105.


I love getcolorcode.com

Gradients

Color #87CEFA is used in Light Sky Blue gradient.

Light Sky Blue


Triadic colors

1 #FA87CE and #CEFA87 with #87CEFA are triadic colors.

2 #FACE87 and #CE87FA with #87CEFA are triadic colors.