#7DB4C2

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

Shades of Glacier #7DB4C2

Tints of Glacier #7DB4C2

Color information

#7DB4C2 (or 0x7DB4C2) is unknown color: approx Glacier. HEX triplet: 7D, B4 and C2. RGB value is (125,180,194). Sum of RGB (Red+Green+Blue) = 125+180+194=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #7DB4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB4C2 is #824B3D. Grayscale: #A5A5A5. Windows color (decimal): -8538942 or 12760189. OLE color: 12760189.

HSL color Cylindrical-coordinate representation of color #7DB4C2: hue angle of 192.17º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB4C2 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB125180194-
CMYK0.360.0700.24
HSL192.17º36.13%62.55%-
HSV(B)192.17º35.57%76.08%-
XYZ34.5240.957.11-
YUV165.15144.2899.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.05%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 194 (76.17% from 255) = 38.88%
R=25.05%
G=36.07%
B=38.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1251801940.360.0700.24192.1736.1362.55
Hex7DB4C2247018c0243f
Octal1752643024470303004477
Binary1111101101101001100001010010011101100011000000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,194); }

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

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

 a { background-color: rgb(125,180,194); }

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

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

 span { border-color: rgb(125,180,194); }

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