#8EBEC7

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

Shades of Glacier #8EBEC7

Tints of Glacier #8EBEC7

Color information

#8EBEC7 (or 0x8EBEC7) is unknown color: approx Glacier. HEX triplet: 8E, BE and C7. RGB value is (142,190,199). Sum of RGB (Red+Green+Blue) = 142+190+199=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #8EBEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEC7 is #714138. Grayscale: #B0B0B0. Windows color (decimal): -7422265 or 13090446. OLE color: 13090446.

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

Color convert

RGB142190199-
CMYK0.290.0500.22
HSL189.47º33.73%66.86%-
HSV(B)189.47º28.64%78.04%-
XYZ39.8846.760.95-
YUV176.67140.6103.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=26.74%
G=35.78%
B=37.48%

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
Decimal1421901990.290.0500.22189.4733.7366.86
Hex8EBEC71D5016bd2243
Octal21627630735502627542103
Binary10001110101111101100011111101101010110101111011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,190,199); }

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

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

 a { background-color: rgb(142,190,199); }

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

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

 span { border-color: rgb(142,190,199); }

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