#8DBEC6

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

Shades of Glacier #8DBEC6

Tints of Glacier #8DBEC6

Color information

#8DBEC6 (or 0x8DBEC6) is unknown color: approx Glacier. HEX triplet: 8D, BE and C6. RGB value is (141,190,198). Sum of RGB (Red+Green+Blue) = 141+190+198=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 198 - color contains mainly: blue. Hex color #8DBEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBEC6 is #724139. Grayscale: #B0B0B0. Windows color (decimal): -7487802 or 13024909. OLE color: 13024909.

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

Color convert

RGB141190198-
CMYK0.290.0400.22
HSL188.42º33.33%66.47%-
HSV(B)188.42º28.79%77.65%-
XYZ39.5946.5760.33-
YUV176.26140.27102.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 198 (77.73% from 255) = 37.43%
R=26.65%
G=35.92%
B=37.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411901980.290.0400.22188.4233.3366.47
Hex8DBEC61D4016bc2142
Octal21527630635402627441102
Binary10001101101111101100011011101100010110101111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,190,198); }

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

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

 a { background-color: rgb(141,190,198); }

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

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

 span { border-color: rgb(141,190,198); }

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