#8DBDC5

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

Shades of Glacier #8DBDC5

Tints of Glacier #8DBDC5

Color information

#8DBDC5 (or 0x8DBDC5) is unknown color: approx Glacier. HEX triplet: 8D, BD and C5. RGB value is (141,189,197). Sum of RGB (Red+Green+Blue) = 141+189+197=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #8DBDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC5 is #72423A. Grayscale: #AFAFAF. Windows color (decimal): -7488059 or 12959117. OLE color: 12959117.

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

Color convert

RGB141189197-
CMYK0.280.0400.23
HSL188.57º32.56%66.27%-
HSV(B)188.57º28.43%77.25%-
XYZ39.2646.0959.65-
YUV175.56140.1103.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.76%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=26.76%
G=35.86%
B=37.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1411891970.280.0400.23188.5732.5666.27
Hex8DBDC51C4017bd2142
Octal21527530534402727541102
Binary10001101101111011100010111100100010111101111011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,189,197); }

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

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

 a { background-color: rgb(141,189,197); }

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

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

 span { border-color: rgb(141,189,197); }

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