#7EBBC4

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

Shades of Glacier #7EBBC4

Tints of Glacier #7EBBC4

Color information

#7EBBC4 (or 0x7EBBC4) is unknown color: approx Glacier. HEX triplet: 7E, BB and C4. RGB value is (126,187,196). Sum of RGB (Red+Green+Blue) = 126+187+196=509 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.75% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 196 - color contains mainly: blue. Hex color #7EBBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBC4 is #81443B. Grayscale: #A9A9A9. Windows color (decimal): -8471612 or 12893054. OLE color: 12893054.

HSL color Cylindrical-coordinate representation of color #7EBBC4: hue angle of 187.71º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EBBC4 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB126187196-
CMYK0.360.0500.23
HSL187.71º37.23%63.14%-
HSV(B)187.71º35.71%76.86%-
XYZ36.3443.9658.79-
YUV169.79142.7996.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.75%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=24.75%
G=36.74%
B=38.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1261871960.360.0500.23187.7137.2363.14
Hex7EBBC4245017bc253f
Octal1762733044450272744577
Binary1111110101110111100010010010010101011110111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EBBC4; }

 p { color: rgb(126,187,196); }

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

<style>
 a { background-color: #7EBBC4; }

 a { background-color: rgb(126,187,196); }

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

<style>
 span { border-color: #7EBBC4; }

 span { border-color: rgb(126,187,196); }

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