#8BBEFB

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

Shades of Light Sky Blue #8BBEFB

Tints of Light Sky Blue #8BBEFB

Color information

#8BBEFB (or 0x8BBEFB) is unknown color: approx Light Sky Blue. HEX triplet: 8B, BE and FB. RGB value is (139,190,251). Sum of RGB (Red+Green+Blue) = 139+190+251=580 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.97% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BBEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEFB is #744104. Grayscale: #B5B5B5. Windows color (decimal): -7618821 or 16498315. OLE color: 16498315.

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

Color convert

RGB139190251-
CMYK0.450.2400.02
HSL212.68º93.33%76.47%-
HSV(B)212.68º44.62%98.43%-
XYZ46.4749.2898.33-
YUV181.7167.197.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.97%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 251 (98.44% from 255) = 43.28%
R=23.97%
G=32.76%
B=43.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1391902510.450.2400.02212.6893.3376.47
Hex8BBEFB2D1802d55d4c
Octal213276373553002325135114
Binary100010111011111011111011101101110000101101010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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