#8ABCBE

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

Shades of Glacier #8ABCBE

Tints of Glacier #8ABCBE

Color information

#8ABCBE (or 0x8ABCBE) is unknown color: approx Glacier. HEX triplet: 8A, BC and BE. RGB value is (138,188,190). Sum of RGB (Red+Green+Blue) = 138+188+190=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 190 - color contains mainly: blue. Hex color #8ABCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCBE is #754341. Grayscale: #ADADAD. Windows color (decimal): -7684930 or 12500106. OLE color: 12500106.

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

Color convert

RGB138188190-
CMYK0.270.0100.25
HSL182.31º28.57%64.31%-
HSV(B)182.31º27.37%74.51%-
XYZ37.7645.0955.43-
YUV173.28137.44102.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.74%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=26.74%
G=36.43%
B=36.82%

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
Decimal1381881900.270.0100.25182.3128.5764.31
Hex8ABCBE1B1019b61d40
Octal21227427633103126635100
Binary10001010101111001011111011011101100110110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,190); }

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

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

 a { background-color: rgb(138,188,190); }

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

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

 span { border-color: rgb(138,188,190); }

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