#7EBDBE

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

Shades of Glacier #7EBDBE

Tints of Glacier #7EBDBE

Color information

#7EBDBE (or 0x7EBDBE) is unknown color: approx Glacier. HEX triplet: 7E, BD and BE. RGB value is (126,189,190). Sum of RGB (Red+Green+Blue) = 126+189+190=505 (66% of max value = 765). Red value is 126 (49.61% from 255 or 24.95% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #7EBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBDBE is #814241. Grayscale: #AAAAAA. Windows color (decimal): -8471106 or 12500350. OLE color: 12500350.

HSL color Cylindrical-coordinate representation of color #7EBDBE: hue angle of 180.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBDBE is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126189190-
CMYK0.340.0100.25
HSL180.94º32.99%61.96%-
HSV(B)180.94º33.68%74.51%-
XYZ36.144.5555.41-
YUV170.28139.1396.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.95%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=24.95%
G=37.43%
B=37.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261891900.340.0100.25180.9432.9961.96
Hex7EBDBE221019b5213e
Octal1762752764210312654176
Binary11111101011110110111110100010101100110110101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,190); }

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

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

 a { background-color: rgb(126,189,190); }

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

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

 span { border-color: rgb(126,189,190); }

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