#7DB1BB

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

Shades of Glacier #7DB1BB

Tints of Glacier #7DB1BB

Color information

#7DB1BB (or 0x7DB1BB) is unknown color: approx Glacier. HEX triplet: 7D, B1 and BB. RGB value is (125,177,187). Sum of RGB (Red+Green+Blue) = 125+177+187=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DB1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1BB is #824E44. Grayscale: #A2A2A2. Windows color (decimal): -8539717 or 12300669. OLE color: 12300669.

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

Color convert

RGB125177187-
CMYK0.330.0500.27
HSL189.68º31.31%61.18%-
HSV(B)189.68º33.16%73.33%-
XYZ33.1539.3952.87-
YUV162.59141.77101.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 177 (69.53% from 255) = 36.20%
BLUE value IS 187 (73.44% from 255) = 38.24%
R=25.56%
G=36.20%
B=38.24%

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
Decimal1251771870.330.0500.27189.6831.3161.18
Hex7DB1BB21501Bbe1f3d
Octal1752612734150332763775
Binary111110110110001101110111000011010110111011111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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