#87D8FB

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

Shades of Light Sky Blue #87D8FB

Tints of Light Sky Blue #87D8FB

Color information

#87D8FB (or 0x87D8FB) is unknown color: approx Light Sky Blue. HEX triplet: 87, D8 and FB. RGB value is (135,216,251). Sum of RGB (Red+Green+Blue) = 135+216+251=602 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.43% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #87D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D8FB is #782704. Grayscale: #C3C3C3. Windows color (decimal): -7874309 or 16504967. OLE color: 16504967.

HSL color Cylindrical-coordinate representation of color #87D8FB: hue angle of 198.1º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87D8FB is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135216251-
CMYK0.460.1400.02
HSL198.1º93.55%75.69%-
HSV(B)198.1º46.22%98.43%-
XYZ51.9661.23100.35-
YUV195.77159.1684.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.43%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=22.43%
G=35.88%
B=41.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352162510.460.1400.02198.193.5575.69
Hex87D8FB2EE02c65e4c
Octal207330373561602306136114
Binary10000111110110001111101110111011100101100011010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,216,251); }

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

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

 a { background-color: rgb(135,216,251); }

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

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

 span { border-color: rgb(135,216,251); }

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