#7BB3B9

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

Shades of Glacier #7BB3B9

Tints of Glacier #7BB3B9

Color information

#7BB3B9 (or 0x7BB3B9) is unknown color: approx Glacier. HEX triplet: 7B, B3 and B9. RGB value is (123,179,185). Sum of RGB (Red+Green+Blue) = 123+179+185=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #7BB3B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3B9 is #844C46. Grayscale: #A2A2A2. Windows color (decimal): -8670279 or 12170107. OLE color: 12170107.

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

Color convert

RGB123179185-
CMYK0.340.0300.27
HSL185.81º30.69%60.39%-
HSV(B)185.81º33.51%72.55%-
XYZ33.0539.9551.87-
YUV162.94140.4599.51-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.26%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=25.26%
G=36.76%
B=37.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231791850.340.0300.27185.8130.6960.39
Hex7BB3B922301Bba1f3c
Octal1732632714230332723774
Binary11110111011001110111001100010110110111011101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,179,185); }

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

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

 a { background-color: rgb(123,179,185); }

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

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

 span { border-color: rgb(123,179,185); }

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