#7BA5BA

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

Shades of Glacier #7BA5BA

Tints of Glacier #7BA5BA

Color information

#7BA5BA (or 0x7BA5BA) is unknown color: approx Glacier. HEX triplet: 7B, A5 and BA. RGB value is (123,165,186). Sum of RGB (Red+Green+Blue) = 123+165+186=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #7BA5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5BA is #845A45. Grayscale: #9A9A9A. Windows color (decimal): -8673862 or 12232059. OLE color: 12232059.

HSL color Cylindrical-coordinate representation of color #7BA5BA: hue angle of 200º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BA5BA is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123165186-
CMYK0.340.1100.27
HSL200º31.34%60.59%-
HSV(B)200º33.87%72.94%-
XYZ30.4934.6751.54-
YUV154.84145.59105.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.95%
GREEN value IS 165 (64.84% from 255) = 34.81%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=25.95%
G=34.81%
B=39.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231651860.340.1100.2720031.3460.59
Hex7BA5BA22B01Bc81f3d
Octal17324527242130333103775
Binary1111011101001011011101010001010110110111100100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,165,186); }

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

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

 a { background-color: rgb(123,165,186); }

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

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

 span { border-color: rgb(123,165,186); }

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