#8DBFC6

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

Shades of Glacier #8DBFC6

Tints of Glacier #8DBFC6

Color information

#8DBFC6 (or 0x8DBFC6) is unknown color: approx Glacier. HEX triplet: 8D, BF and C6. RGB value is (141,191,198). Sum of RGB (Red+Green+Blue) = 141+191+198=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #8DBFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFC6 is #724039. Grayscale: #B0B0B0. Windows color (decimal): -7487546 or 13025165. OLE color: 13025165.

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

Color convert

RGB141191198-
CMYK0.290.0400.22
HSL187.37º33.33%66.47%-
HSV(B)187.37º28.79%77.65%-
XYZ39.814760.4-
YUV176.85139.94102.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.60%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 198 (77.73% from 255) = 37.36%
R=26.60%
G=36.04%
B=37.36%

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
Decimal1411911980.290.0400.22187.3733.3366.47
Hex8DBFC61D4016bb2142
Octal21527730635402627341102
Binary10001101101111111100011011101100010110101110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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