#7DACBC

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

Shades of Glacier #7DACBC

Tints of Glacier #7DACBC

Color information

#7DACBC (or 0x7DACBC) is unknown color: approx Glacier. HEX triplet: 7D, AC and BC. RGB value is (125,172,188). Sum of RGB (Red+Green+Blue) = 125+172+188=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #7DACBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACBC is #825343. Grayscale: #9F9F9F. Windows color (decimal): -8540996 or 12364925. OLE color: 12364925.

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

Color convert

RGB125172188-
CMYK0.340.0900.26
HSL195.24º31.98%61.37%-
HSV(B)195.24º33.51%73.73%-
XYZ32.2937.553.11-
YUV159.77143.93103.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.77%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 188 (73.83% from 255) = 38.76%
R=25.77%
G=35.46%
B=38.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251721880.340.0900.26195.2431.9861.37
Hex7DACBC22901Ac3203d
Octal17525427442110323034075
Binary11111011010110010111100100010100101101011000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,172,188); }

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

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

 a { background-color: rgb(125,172,188); }

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

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

 span { border-color: rgb(125,172,188); }

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