#87BFFD

Color #87BFFD Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #87BFFD

Tints of Light Sky Blue #87BFFD

Color information

#87BFFD (or 0x87BFFD) is unknown color: approx Light Sky Blue. HEX triplet: 87, BF and FD. RGB value is (135,191,253). Sum of RGB (Red+Green+Blue) = 135+191+253=579 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.32% from 579); Green value is 191 (75% from 255 or 32.99% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #87BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BFFD is #784002. Grayscale: #B5B5B5. Windows color (decimal): -7880707 or 16629639. OLE color: 16629639.

HSL color Cylindrical-coordinate representation of color #87BFFD: hue angle of 211.53º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87BFFD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135191253-
CMYK0.470.2500.01
HSL211.53º96.72%76.08%-
HSV(B)211.53º46.64%99.22%-
XYZ46.3549.5100.04-
YUV181.32168.4594.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 23.32%
GREEN value IS 191 (75% from 255) = 32.99%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=23.32%
G=32.99%
B=43.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351912530.470.2500.01211.5396.7276.08
Hex87BFFD2F1901d4614c
Octal207277375573101324141114
Binary10000111101111111111110110111111001011101010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87BFFD; }

 p { color: rgb(135,191,253); }

 H1.HeaderClassName
 {
   color: #87BFFD;
 }
 .AnyTagClassName
 {
   color: #87BFFD;
 }
</style>
background-color css

<style>
 a { background-color: #87BFFD; }

 a { background-color: rgb(135,191,253); }

 div.DivClassName
 {
   background-color: #87BFFD;
 }
 .BgClassName
 {
   background-color: #87BFFD;
 }
</style>
border-color css

<style>
 span { border-color: #87BFFD; }

 span { border-color: rgb(135,191,253); }

 td.TdClassName
 {
   border-color: #87BFFD;
 }
 .TagClassName
 {
   border-color: #87BFFD;
 }
</style>