#8BBBFA

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

Shades of Light Sky Blue #8BBBFA

Tints of Light Sky Blue #8BBBFA

Color information

#8BBBFA (or 0x8BBBFA) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BB and FA. RGB value is (139,187,250). Sum of RGB (Red+Green+Blue) = 139+187+250=576 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.13% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #8BBBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBBFA is #744405. Grayscale: #B3B3B3. Windows color (decimal): -7619590 or 16432011. OLE color: 16432011.

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

Color convert

RGB139187250-
CMYK0.440.2500.02
HSL214.05º91.74%76.27%-
HSV(B)214.05º44.4%98.04%-
XYZ45.6747.9397.29-
YUV179.83167.698.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.13%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=24.13%
G=32.47%
B=43.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391872500.440.2500.02214.0591.7476.27
Hex8BBBFA2C1902d65c4c
Octal213273372543102326134114
Binary100010111011101111111010101100110010101101011010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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