#87BDFD

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

Shades of Light Sky Blue #87BDFD

Tints of Light Sky Blue #87BDFD

Color information

#87BDFD (or 0x87BDFD) is unknown color: approx Light Sky Blue. HEX triplet: 87, BD and FD. RGB value is (135,189,253). Sum of RGB (Red+Green+Blue) = 135+189+253=577 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.40% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #87BDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BDFD is #784202. Grayscale: #B3B3B3. Windows color (decimal): -7881219 or 16629127. OLE color: 16629127.

HSL color Cylindrical-coordinate representation of color #87BDFD: hue angle of 212.54º 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 #87BDFD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135189253-
CMYK0.470.2500.01
HSL212.54º96.72%76.08%-
HSV(B)212.54º46.64%99.22%-
XYZ45.9248.6499.9-
YUV180.15169.1195.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.40%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=23.40%
G=32.76%
B=43.85%

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
Decimal1351892530.470.2500.01212.5496.7276.08
Hex87BDFD2F1901d5614c
Octal207275375573101325141114
Binary10000111101111011111110110111111001011101010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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