#8BB7FA

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

Shades of Light Sky Blue #8BB7FA

Tints of Light Sky Blue #8BB7FA

Color information

#8BB7FA (or 0x8BB7FA) is unknown color: approx Light Sky Blue. HEX triplet: 8B, B7 and FA. RGB value is (139,183,250). Sum of RGB (Red+Green+Blue) = 139+183+250=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB7FA is #744805. Grayscale: #B1B1B1. Windows color (decimal): -7620614 or 16430987. OLE color: 16430987.

HSL color Cylindrical-coordinate representation of color #8BB7FA: hue angle of 216.22º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BB7FA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139183250-
CMYK0.440.2700.02
HSL216.22º91.74%76.27%-
HSV(B)216.22º44.4%98.04%-
XYZ44.8446.2697.01-
YUV177.48168.92100.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=24.30%
G=31.99%
B=43.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391832500.440.2700.02216.2291.7476.27
Hex8BB7FA2C1B02d85c4c
Octal213267372543302330134114
Binary100010111011011111111010101100110110101101100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BB7FA; }

 p { color: rgb(139,183,250); }

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

<style>
 a { background-color: #8BB7FA; }

 a { background-color: rgb(139,183,250); }

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

<style>
 span { border-color: #8BB7FA; }

 span { border-color: rgb(139,183,250); }

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