#8BBEBF

Color #8BBEBF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #8BBEBF

Tints of Glacier #8BBEBF

Color information

#8BBEBF (or 0x8BBEBF) is unknown color: approx Glacier. HEX triplet: 8B, BE and BF. RGB value is (139,190,191). Sum of RGB (Red+Green+Blue) = 139+190+191=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #8BBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEBF is #744140. Grayscale: #AEAEAE. Windows color (decimal): -7618881 or 12566155. OLE color: 12566155.

HSL color Cylindrical-coordinate representation of color #8BBEBF: hue angle of 181.15º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBEBF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139190191-
CMYK0.270.0100.25
HSL181.15º28.89%64.71%-
HSV(B)181.15º27.23%74.9%-
XYZ38.4646.0856.16-
YUV174.86137.1102.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.73%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 191 (75% from 255) = 36.73%
R=26.73%
G=36.54%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901910.270.0100.25181.1528.8964.71
Hex8BBEBF1B1019b51d41
Octal21327627733103126535101
Binary10001011101111101011111111011101100110110101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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