#7DB1BA

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

Shades of Glacier #7DB1BA

Tints of Glacier #7DB1BA

Color information

#7DB1BA (or 0x7DB1BA) is unknown color: approx Glacier. HEX triplet: 7D, B1 and BA. RGB value is (125,177,186). Sum of RGB (Red+Green+Blue) = 125+177+186=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1BA is #824E45. Grayscale: #A2A2A2. Windows color (decimal): -8539718 or 12235133. OLE color: 12235133.

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

Color convert

RGB125177186-
CMYK0.330.0500.27
HSL188.85º30.65%60.98%-
HSV(B)188.85º32.8%72.94%-
XYZ33.0439.3552.31-
YUV162.48141.27101.27-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.61%
GREEN value IS 177 (69.53% from 255) = 36.27%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=25.61%
G=36.27%
B=38.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251771860.330.0500.27188.8530.6560.98
Hex7DB1BA21501Bbd1f3d
Octal1752612724150332753775
Binary111110110110001101110101000011010110111011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,177,186); }

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

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

 a { background-color: rgb(125,177,186); }

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

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

 span { border-color: rgb(125,177,186); }

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