COLOR #87CEFA

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

Renk bilgisi

Rengin adı LightSkyBlue. #87CEFA contains mainly green and blue colors. #87CEFA ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

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

  • kırmız ton 135;
  • yeşil ton 206;
  • mavi ton 250.
RGB:
(135,206,250)
(53%,81%,98%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#87CEFA rengi CMYK tonu (46,18,0,2).

  • camgöbeği tonu 46.00%
  • eflatun tonu 17.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(46,18,0,2)
C46M18Y0K2 
(46%,18%,0%,2%)
(0.46/0.18/0.00/0.02)	

CMYK yüzdeleri

%46
%17.6
%0
%1.96

Codes

Color #87CEFA in popluar color models

87CEFA
RGB135206250
HSL203°92.00%75.49%
HSB/HSV203°46.00%98.04%
CMYK46.00%17.60%0.00%
1.96%

Color #87CEFA in popluar number systems.

HEX87CEFA
Decimal135206250
Binary100001111100111011111010
Octal207316372

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.