#87BFFC

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

Shades of Light Sky Blue #87BFFC

Tints of Light Sky Blue #87BFFC

Color information

#87BFFC (or 0x87BFFC) is unknown color: approx Light Sky Blue. HEX triplet: 87, BF and FC. RGB value is (135,191,252). Sum of RGB (Red+Green+Blue) = 135+191+252=578 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.36% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #87BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BFFC is #784003. Grayscale: #B4B4B4. Windows color (decimal): -7880708 or 16564103. OLE color: 16564103.

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

Color convert

RGB135191252-
CMYK0.460.2400.01
HSL211.28º95.12%75.88%-
HSV(B)211.28º46.43%98.82%-
XYZ46.1949.4499.2-
YUV181.21167.9595.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.36%
GREEN value IS 191 (75% from 255) = 33.04%
BLUE value IS 252 (98.83% from 255) = 43.60%
R=23.36%
G=33.04%
B=43.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351912520.460.2400.01211.2895.1275.88
Hex87BFFC2E1801d35f4c
Octal207277374563001323137114
Binary10000111101111111111110010111011000011101001110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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