#8ABCBC

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

Shades of Glacier #8ABCBC

Tints of Glacier #8ABCBC

Color information

#8ABCBC (or 0x8ABCBC) is unknown color: approx Glacier. HEX triplet: 8A, BC and BC. RGB value is (138,188,188). Sum of RGB (Red+Green+Blue) = 138+188+188=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #8ABCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCBC is #754343. Grayscale: #ADADAD. Windows color (decimal): -7684932 or 12369034. OLE color: 12369034.

HSL color Cylindrical-coordinate representation of color #8ABCBC: hue angle of 180º degrees, saturation: 0.27, 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 #8ABCBC is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB138188188-
CMYK0.27000.26
HSL180º27.17%63.92%-
HSV(B)180º26.6%73.73%-
XYZ37.544554.28-
YUV173.05136.44103-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.85%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=26.85%
G=36.58%
B=36.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381881880.27000.2618027.1763.92
Hex8ABCBC1B001Ab41b40
Octal21227427433003226433100
Binary10001010101111001011110011011001101010110100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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