#7BADBD

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

Shades of Glacier #7BADBD

Tints of Glacier #7BADBD

Color information

#7BADBD (or 0x7BADBD) is unknown color: approx Glacier. HEX triplet: 7B, AD and BD. RGB value is (123,173,189). Sum of RGB (Red+Green+Blue) = 123+173+189=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #7BADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADBD is #845242. Grayscale: #9F9F9F. Windows color (decimal): -8671811 or 12430715. OLE color: 12430715.

HSL color Cylindrical-coordinate representation of color #7BADBD: hue angle of 194.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BADBD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123173189-
CMYK0.350.0800.26
HSL194.55º33.33%61.18%-
HSV(B)194.55º34.92%74.12%-
XYZ32.337.7753.73-
YUV159.87144.44101.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.36%
GREEN value IS 173 (67.97% from 255) = 35.67%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=25.36%
G=35.67%
B=38.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231731890.350.0800.26194.5533.3361.18
Hex7BADBD23801Ac3213d
Octal17325527543100323034175
Binary11110111010110110111101100011100001101011000011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,173,189); }

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

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

 a { background-color: rgb(123,173,189); }

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

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

 span { border-color: rgb(123,173,189); }

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