#8CBEC4

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

Shades of Glacier #8CBEC4

Tints of Glacier #8CBEC4

Color information

#8CBEC4 (or 0x8CBEC4) is unknown color: approx Glacier. HEX triplet: 8C, BE and C4. RGB value is (140,190,196). Sum of RGB (Red+Green+Blue) = 140+190+196=526 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.62% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #8CBEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBEC4 is #73413B. Grayscale: #AFAFAF. Windows color (decimal): -7553340 or 12893836. OLE color: 12893836.

HSL color Cylindrical-coordinate representation of color #8CBEC4: hue angle of 186.43º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CBEC4 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB140190196-
CMYK0.290.0300.23
HSL186.43º32.18%65.88%-
HSV(B)186.43º28.57%76.86%-
XYZ39.1946.3959.11-
YUV175.73139.44102.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.62%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 196 (76.95% from 255) = 37.26%
R=26.62%
G=36.12%
B=37.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401901960.290.0300.23186.4332.1865.88
Hex8CBEC41D3017ba2042
Octal21427630435302727240102
Binary1000110010111110110001001110111010111101110101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,190,196); }

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

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

 a { background-color: rgb(140,190,196); }

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

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

 span { border-color: rgb(140,190,196); }

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