#7BADB9

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

Shades of Glacier #7BADB9

Tints of Glacier #7BADB9

Color information

#7BADB9 (or 0x7BADB9) is unknown color: approx Glacier. HEX triplet: 7B, AD and B9. RGB value is (123,173,185). Sum of RGB (Red+Green+Blue) = 123+173+185=481 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.57% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #7BADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADB9 is #845246. Grayscale: #9F9F9F. Windows color (decimal): -8671815 or 12168571. OLE color: 12168571.

HSL color Cylindrical-coordinate representation of color #7BADB9: hue angle of 191.61º 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 #7BADB9 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB123173185-
CMYK0.340.0600.27
HSL191.61º30.69%60.39%-
HSV(B)191.61º33.51%72.55%-
XYZ31.8737.651.48-
YUV159.42142.44102.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.57%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=25.57%
G=35.97%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231731850.340.0600.27191.6130.6960.39
Hex7BADB922601Bc01f3c
Octal1732552714260333003774
Binary111101110101101101110011000101100110111100000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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