#8EBFC6

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

Shades of Glacier #8EBFC6

Tints of Glacier #8EBFC6

Color information

#8EBFC6 (or 0x8EBFC6) is unknown color: approx Glacier. HEX triplet: 8E, BF and C6. RGB value is (142,191,198). Sum of RGB (Red+Green+Blue) = 142+191+198=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #8EBFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBFC6 is #714039. Grayscale: #B1B1B1. Windows color (decimal): -7422010 or 13025166. OLE color: 13025166.

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

Color convert

RGB142191198-
CMYK0.280.0400.22
HSL187.5º32.94%66.67%-
HSV(B)187.5º28.28%77.65%-
XYZ39.9847.0960.41-
YUV177.15139.77102.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=26.74%
G=35.97%
B=37.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1421911980.280.0400.22187.532.9466.67
Hex8EBFC61C4016bc2143
Octal21627730634402627441103
Binary10001110101111111100011011100100010110101111001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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