#8ABEC1

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

Shades of Glacier #8ABEC1

Tints of Glacier #8ABEC1

Color information

#8ABEC1 (or 0x8ABEC1) is unknown color: approx Glacier. HEX triplet: 8A, BE and C1. RGB value is (138,190,193). Sum of RGB (Red+Green+Blue) = 138+190+193=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 193 - color contains mainly: blue. Hex color #8ABEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEC1 is #75413E. Grayscale: #AEAEAE. Windows color (decimal): -7684415 or 12697226. OLE color: 12697226.

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

Color convert

RGB138190193-
CMYK0.280.0200.24
HSL183.27º30.73%64.9%-
HSV(B)183.27º28.5%75.69%-
XYZ38.5246.0857.32-
YUV174.79138.27101.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=26.49%
G=36.47%
B=37.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381901930.280.0200.24183.2730.7364.9
Hex8ABEC11C2018b71f41
Octal21227630134203026737101
Binary100010101011111011000001111001001100010110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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