#87BFFF

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

Shades of Light Sky Blue #87BFFF

Tints of Light Sky Blue #87BFFF

Color information

#87BFFF (or 0x87BFFF) is unknown color: approx Light Sky Blue. HEX triplet: 87, BF and FF. RGB value is (135,191,255). Sum of RGB (Red+Green+Blue) = 135+191+255=581 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.24% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #87BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87BFFF is #784000. Grayscale: #B5B5B5. Windows color (decimal): -7880705 or 16760711. OLE color: 16760711.

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

Color convert

RGB135191255-
CMYK0.470.2500
HSL212º100%76.47%-
HSV(B)212º47.06%100%-
XYZ46.6749.63101.73-
YUV181.55169.4594.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.24%
GREEN value IS 191 (75% from 255) = 32.87%
BLUE value IS 255 (100% from 255) = 43.89%
R=23.24%
G=32.87%
B=43.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351912550.470.250021210076.47
Hex87BFFF2F1900d4644c
Octal207277377573100324144114
Binary10000111101111111111111110111111001001101010011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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