#7DBABD

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

Shades of Glacier #7DBABD

Tints of Glacier #7DBABD

Color information

#7DBABD (or 0x7DBABD) is unknown color: approx Glacier. HEX triplet: 7D, BA and BD. RGB value is (125,186,189). Sum of RGB (Red+Green+Blue) = 125+186+189=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #7DBABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABD is #824542. Grayscale: #A8A8A8. Windows color (decimal): -8537411 or 12434045. OLE color: 12434045.

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

Color convert

RGB125186189-
CMYK0.340.0200.26
HSL182.81º32.65%61.57%-
HSV(B)182.81º33.86%74.12%-
XYZ35.243.1554.62-
YUV168.1139.7997.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=25%
G=37.2%
B=37.8%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251861890.340.0200.26182.8132.6561.57
Hex7DBABD22201Ab7213e
Octal1752722754220322674176
Binary111110110111010101111011000101001101010110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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