#8BB6FE

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

Shades of Light Sky Blue #8BB6FE

Tints of Light Sky Blue #8BB6FE

Color information

#8BB6FE (or 0x8BB6FE) is unknown color: approx Light Sky Blue. HEX triplet: 8B, B6 and FE. RGB value is (139,182,254). Sum of RGB (Red+Green+Blue) = 139+182+254=575 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.17% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BB6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6FE is #744901. Grayscale: #B1B1B1. Windows color (decimal): -7620866 or 16692875. OLE color: 16692875.

HSL color Cylindrical-coordinate representation of color #8BB6FE: hue angle of 217.57º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB6FE is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB139182254-
CMYK0.450.2800.00
HSL217.57º98.29%77.06%-
HSV(B)217.57º45.28%99.61%-
XYZ45.2646.1100.28-
YUV177.35171.25100.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.17%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=24.17%
G=31.65%
B=44.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1391822540.450.2800.00217.5798.2977.06
Hex8BB6FE2D1C00da624d
Octal213266376553400332142115
Binary10001011101101101111111010110111100001101101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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