#8DBDC7

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

Shades of Glacier #8DBDC7

Tints of Glacier #8DBDC7

Color information

#8DBDC7 (or 0x8DBDC7) is unknown color: approx Glacier. HEX triplet: 8D, BD and C7. RGB value is (141,189,199). Sum of RGB (Red+Green+Blue) = 141+189+199=529 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.65% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #8DBDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDC7 is #724238. Grayscale: #AFAFAF. Windows color (decimal): -7488057 or 13090189. OLE color: 13090189.

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

Color convert

RGB141189199-
CMYK0.290.0500.22
HSL190.34º34.12%66.67%-
HSV(B)190.34º29.15%78.04%-
XYZ39.4946.1860.87-
YUV175.79141.1103.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.65%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=26.65%
G=35.73%
B=37.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411891990.290.0500.22190.3434.1266.67
Hex8DBDC71D5016be2243
Octal21527530735502627642103
Binary10001101101111011100011111101101010110101111101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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