#8ABABE

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

Shades of Glacier #8ABABE

Tints of Glacier #8ABABE

Color information

#8ABABE (or 0x8ABABE) is unknown color: approx Glacier. HEX triplet: 8A, BA and BE. RGB value is (138,186,190). Sum of RGB (Red+Green+Blue) = 138+186+190=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #8ABABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABABE is #754541. Grayscale: #ACACAC. Windows color (decimal): -7685442 or 12499594. OLE color: 12499594.

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

Color convert

RGB138186190-
CMYK0.270.0200.25
HSL184.62º28.57%64.31%-
HSV(B)184.62º27.37%74.51%-
XYZ37.3344.2455.29-
YUV172.1138.1103.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 186 (73.05% from 255) = 36.19%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=26.85%
G=36.19%
B=36.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381861900.270.0200.25184.6228.5764.31
Hex8ABABE1B2019b91d40
Octal21227227633203127135100
Binary100010101011101010111110110111001100110111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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