#8DBCC7

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

Shades of Glacier #8DBCC7

Tints of Glacier #8DBCC7

Color information

#8DBCC7 (or 0x8DBCC7) is unknown color: approx Glacier. HEX triplet: 8D, BC and C7. RGB value is (141,188,199). Sum of RGB (Red+Green+Blue) = 141+188+199=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #8DBCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCC7 is #724338. Grayscale: #AFAFAF. Windows color (decimal): -7488313 or 13089933. OLE color: 13089933.

HSL color Cylindrical-coordinate representation of color #8DBCC7: hue angle of 191.38º 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 #8DBCC7 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB141188199-
CMYK0.290.0600.22
HSL191.38º34.12%66.67%-
HSV(B)191.38º29.15%78.04%-
XYZ39.2845.7560.79-
YUV175.2141.43103.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.70%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 199 (78.12% from 255) = 37.69%
R=26.70%
G=35.61%
B=37.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411881990.290.0600.22191.3834.1266.67
Hex8DBCC71D6016bf2243
Octal21527430735602627742103
Binary10001101101111001100011111101110010110101111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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