#8ABCC5

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

Shades of Glacier #8ABCC5

Tints of Glacier #8ABCC5

Color information

#8ABCC5 (or 0x8ABCC5) is unknown color: approx Glacier. HEX triplet: 8A, BC and C5. RGB value is (138,188,197). Sum of RGB (Red+Green+Blue) = 138+188+197=523 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.39% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #8ABCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCC5 is #75433A. Grayscale: #ADADAD. Windows color (decimal): -7684923 or 12958858. OLE color: 12958858.

HSL color Cylindrical-coordinate representation of color #8ABCC5: hue angle of 189.15º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8ABCC5 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB138188197-
CMYK0.300.0500.23
HSL189.15º33.71%65.69%-
HSV(B)189.15º29.95%77.25%-
XYZ38.5445.459.56-
YUV174.08140.94102.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.39%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=26.39%
G=35.95%
B=37.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1381881970.300.0500.23189.1533.7165.69
Hex8ABCC51E5017bd2242
Octal21227430536502727542102
Binary10001010101111001100010111110101010111101111011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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