#8ABBBD

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

Shades of Glacier #8ABBBD

Tints of Glacier #8ABBBD

Color information

#8ABBBD (or 0x8ABBBD) is unknown color: approx Glacier. HEX triplet: 8A, BB and BD. RGB value is (138,187,189). Sum of RGB (Red+Green+Blue) = 138+187+189=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #8ABBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBBD is #754442. Grayscale: #ACACAC. Windows color (decimal): -7685187 or 12434314. OLE color: 12434314.

HSL color Cylindrical-coordinate representation of color #8ABBBD: hue angle of 182.35º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABBBD is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138187189-
CMYK0.270.0100.26
HSL182.35º27.87%64.12%-
HSV(B)182.35º26.98%74.12%-
XYZ37.4444.6254.78-
YUV172.58137.27103.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=26.85%
G=36.38%
B=36.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381871890.270.0100.26182.3527.8764.12
Hex8ABBBD1B101Ab61c40
Octal21227327533103226634100
Binary10001010101110111011110111011101101010110110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,189); }

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

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

 a { background-color: rgb(138,187,189); }

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

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

 span { border-color: rgb(138,187,189); }

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