#8BB7FB

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

Shades of Light Sky Blue #8BB7FB

Tints of Light Sky Blue #8BB7FB

Color information

#8BB7FB (or 0x8BB7FB) is unknown color: approx Light Sky Blue. HEX triplet: 8B, B7 and FB. RGB value is (139,183,251). Sum of RGB (Red+Green+Blue) = 139+183+251=573 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.26% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BB7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB7FB is #744804. Grayscale: #B1B1B1. Windows color (decimal): -7620613 or 16496523. OLE color: 16496523.

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

Color convert

RGB139183251-
CMYK0.450.2700.02
HSL216.43º93.33%76.47%-
HSV(B)216.43º44.62%98.43%-
XYZ44.9946.3297.84-
YUV177.6169.42100.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.26%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=24.26%
G=31.94%
B=43.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391832510.450.2700.02216.4393.3376.47
Hex8BB7FB2D1B02d85d4c
Octal213267373553302330135114
Binary100010111011011111111011101101110110101101100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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