#8BBCC0

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

Shades of Glacier #8BBCC0

Tints of Glacier #8BBCC0

Color information

#8BBCC0 (or 0x8BBCC0) is unknown color: approx Glacier. HEX triplet: 8B, BC and C0. RGB value is (139,188,192). Sum of RGB (Red+Green+Blue) = 139+188+192=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCC0 is #74433F. Grayscale: #ADADAD. Windows color (decimal): -7619392 or 12631179. OLE color: 12631179.

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

Color convert

RGB139188192-
CMYK0.280.0200.25
HSL184.53º29.61%64.9%-
HSV(B)184.53º27.6%75.29%-
XYZ38.1545.2656.59-
YUV173.8138.27103.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.78%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=26.78%
G=36.22%
B=36.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391881920.280.0200.25184.5329.6164.9
Hex8BBCC01C2019b91e41
Octal21327430034203127136101
Binary100010111011110011000000111001001100110111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,188,192); }

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

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

 a { background-color: rgb(139,188,192); }

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

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

 span { border-color: rgb(139,188,192); }

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