#87BCFC

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

Shades of Light Sky Blue #87BCFC

Tints of Light Sky Blue #87BCFC

Color information

#87BCFC (or 0x87BCFC) is unknown color: approx Light Sky Blue. HEX triplet: 87, BC and FC. RGB value is (135,188,252). Sum of RGB (Red+Green+Blue) = 135+188+252=575 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.48% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #87BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BCFC is #784303. Grayscale: #B3B3B3. Windows color (decimal): -7881476 or 16563335. OLE color: 16563335.

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

Color convert

RGB135188252-
CMYK0.460.2500.01
HSL212.82º95.12%75.88%-
HSV(B)212.82º46.43%98.82%-
XYZ45.5548.1598.99-
YUV179.45168.9496.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.48%
GREEN value IS 188 (73.83% from 255) = 32.70%
BLUE value IS 252 (98.83% from 255) = 43.83%
R=23.48%
G=32.70%
B=43.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351882520.460.2500.01212.8295.1275.88
Hex87BCFC2E1901d55f4c
Octal207274374563101325137114
Binary10000111101111001111110010111011001011101010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,188,252); }

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

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

 a { background-color: rgb(135,188,252); }

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

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

 span { border-color: rgb(135,188,252); }

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