#8ABFC0

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

Shades of Glacier #8ABFC0

Tints of Glacier #8ABFC0

Color information

#8ABFC0 (or 0x8ABFC0) is unknown color: approx Glacier. HEX triplet: 8A, BF and C0. RGB value is (138,191,192). Sum of RGB (Red+Green+Blue) = 138+191+192=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #8ABFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFC0 is #75403F. Grayscale: #AFAFAF. Windows color (decimal): -7684160 or 12631946. OLE color: 12631946.

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

Color convert

RGB138191192-
CMYK0.280.0100.25
HSL181.11º30%64.71%-
HSV(B)181.11º28.12%75.29%-
XYZ38.6346.4756.8-
YUV175.27137.44101.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=26.49%
G=36.66%
B=36.85%

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
Decimal1381911920.280.0100.25181.113064.71
Hex8ABFC01C1019b51e41
Octal21227730034103126536101
Binary10001010101111111100000011100101100110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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