#87D6FB

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

Shades of Light Sky Blue #87D6FB

Tints of Light Sky Blue #87D6FB

Color information

#87D6FB (or 0x87D6FB) is unknown color: approx Light Sky Blue. HEX triplet: 87, D6 and FB. RGB value is (135,214,251). Sum of RGB (Red+Green+Blue) = 135+214+251=600 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.5% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #87D6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87D6FB is #782904. Grayscale: #C2C2C2. Windows color (decimal): -7874821 or 16504455. OLE color: 16504455.

HSL color Cylindrical-coordinate representation of color #87D6FB: hue angle of 199.14º 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 #87D6FB is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135214251-
CMYK0.460.1500.02
HSL199.14º93.55%75.69%-
HSV(B)199.14º46.22%98.43%-
XYZ51.4560.21100.18-
YUV194.6159.8385.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.5%
GREEN value IS 214 (83.98% from 255) = 35.67%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=22.5%
G=35.67%
B=41.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352142510.460.1500.02199.1493.5575.69
Hex87D6FB2EF02c75e4c
Octal207326373561702307136114
Binary10000111110101101111101110111011110101100011110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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