#7BA6BE

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

Shades of Glacier #7BA6BE

Tints of Glacier #7BA6BE

Color information

#7BA6BE (or 0x7BA6BE) is unknown color: approx Glacier. HEX triplet: 7B, A6 and BE. RGB value is (123,166,190). Sum of RGB (Red+Green+Blue) = 123+166+190=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6BE is #845941. Grayscale: #9B9B9B. Windows color (decimal): -8673602 or 12494459. OLE color: 12494459.

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

Color convert

RGB123166190-
CMYK0.350.1300.25
HSL201.49º34.01%61.37%-
HSV(B)201.49º35.26%74.51%-
XYZ31.135.253.87-
YUV155.88147.25104.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.68%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 190 (74.61% from 255) = 39.67%
R=25.68%
G=34.66%
B=39.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231661900.350.1300.25201.4934.0161.37
Hex7BA6BE23D019c9223d
Octal17324627643150313114275
Binary11110111010011010111110100011110101100111001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,166,190); }

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

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

 a { background-color: rgb(123,166,190); }

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

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

 span { border-color: rgb(123,166,190); }

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