#8BB6FB

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

Shades of Light Sky Blue #8BB6FB

Tints of Light Sky Blue #8BB6FB

Color information

#8BB6FB (or 0x8BB6FB) is unknown color: approx Light Sky Blue. HEX triplet: 8B, B6 and FB. RGB value is (139,182,251). Sum of RGB (Red+Green+Blue) = 139+182+251=572 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.30% from 572); Green value is 182 (71.48% from 255 or 31.82% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BB6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6FB is #744904. Grayscale: #B0B0B0. Windows color (decimal): -7620869 or 16496267. OLE color: 16496267.

HSL color Cylindrical-coordinate representation of color #8BB6FB: hue angle of 216.96º 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 #8BB6FB is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB139182251-
CMYK0.450.2700.02
HSL216.96º93.33%76.47%-
HSV(B)216.96º44.62%98.43%-
XYZ44.7945.9197.77-
YUV177.01169.75100.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.30%
GREEN value IS 182 (71.48% from 255) = 31.82%
BLUE value IS 251 (98.44% from 255) = 43.88%
R=24.30%
G=31.82%
B=43.88%

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
Decimal1391822510.450.2700.02216.9693.3376.47
Hex8BB6FB2D1B02d95d4c
Octal213266373553302331135114
Binary100010111011011011111011101101110110101101100110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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