#7DABBA

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

Shades of Glacier #7DABBA

Tints of Glacier #7DABBA

Color information

#7DABBA (or 0x7DABBA) is unknown color: approx Glacier. HEX triplet: 7D, AB and BA. RGB value is (125,171,186). Sum of RGB (Red+Green+Blue) = 125+171+186=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABBA is #825445. Grayscale: #9E9E9E. Windows color (decimal): -8541254 or 12233597. OLE color: 12233597.

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

Color convert

RGB125171186-
CMYK0.330.0800.27
HSL194.75º30.65%60.98%-
HSV(B)194.75º32.8%72.94%-
XYZ31.8837.0351.92-
YUV158.96143.26103.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.93%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=25.93%
G=35.48%
B=38.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251711860.330.0800.27194.7530.6560.98
Hex7DABBA21801Bc31f3d
Octal17525327241100333033775
Binary1111101101010111011101010000110000110111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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