#7BAFB6

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

Shades of Glacier #7BAFB6

Tints of Glacier #7BAFB6

Color information

#7BAFB6 (or 0x7BAFB6) is unknown color: approx Glacier. HEX triplet: 7B, AF and B6. RGB value is (123,175,182). Sum of RGB (Red+Green+Blue) = 123+175+182=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 182 (71.48% from 255 or 37.92% from 480); Max value from RGB is 182 - color contains mainly: blue. Hex color #7BAFB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFB6 is #845049. Grayscale: #A0A0A0. Windows color (decimal): -8671306 or 11972475. OLE color: 11972475.

HSL color Cylindrical-coordinate representation of color #7BAFB6: hue angle of 187.12º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BAFB6 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB123175182-
CMYK0.320.0400.29
HSL187.12º28.78%59.8%-
HSV(B)187.12º32.42%71.37%-
XYZ31.9438.2549.96-
YUV160.25140.27101.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.62%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 182 (71.48% from 255) = 37.92%
R=25.62%
G=36.46%
B=37.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1231751820.320.0400.29187.1228.7859.8
Hex7BAFB620401Dbb1d3c
Octal1732572664040352733574
Binary111101110101111101101101000001000111011011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BAFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,175,182); }

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

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

 a { background-color: rgb(123,175,182); }

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

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

 span { border-color: rgb(123,175,182); }

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