#8ABEC0

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

Shades of Glacier #8ABEC0

Tints of Glacier #8ABEC0

Color information

#8ABEC0 (or 0x8ABEC0) is unknown color: approx Glacier. HEX triplet: 8A, BE and C0. RGB value is (138,190,192). Sum of RGB (Red+Green+Blue) = 138+190+192=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #8ABEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEC0 is #75413F. Grayscale: #AEAEAE. Windows color (decimal): -7684416 or 12631690. OLE color: 12631690.

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

Color convert

RGB138190192-
CMYK0.280.0100.25
HSL182.22º30%64.71%-
HSV(B)182.22º28.12%75.29%-
XYZ38.4146.0456.73-
YUV174.68137.77101.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.54%
GREEN value IS 190 (74.61% from 255) = 36.54%
BLUE value IS 192 (75.39% from 255) = 36.92%
R=26.54%
G=36.54%
B=36.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901920.280.0100.25182.223064.71
Hex8ABEC01C1019b61e41
Octal21227630034103126636101
Binary10001010101111101100000011100101100110110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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