#8CBCC5

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

Shades of Glacier #8CBCC5

Tints of Glacier #8CBCC5

Color information

#8CBCC5 (or 0x8CBCC5) is unknown color: approx Glacier. HEX triplet: 8C, BC and C5. RGB value is (140,188,197). Sum of RGB (Red+Green+Blue) = 140+188+197=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 197 - color contains mainly: blue. Hex color #8CBCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCC5 is #73433A. Grayscale: #AEAEAE. Windows color (decimal): -7553851 or 12958860. OLE color: 12958860.

HSL color Cylindrical-coordinate representation of color #8CBCC5: hue angle of 189.47º degrees, saturation: 0.33, 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 #8CBCC5 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB140188197-
CMYK0.290.0500.23
HSL189.47º32.95%66.08%-
HSV(B)189.47º28.93%77.25%-
XYZ38.8845.5759.57-
YUV174.67140.6103.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.67%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 197 (77.34% from 255) = 37.52%
R=26.67%
G=35.81%
B=37.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1401881970.290.0500.23189.4732.9566.08
Hex8CBCC51D5017bd2142
Octal21427430535502727541102
Binary10001100101111001100010111101101010111101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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