#7DADBA

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

Shades of Glacier #7DADBA

Tints of Glacier #7DADBA

Color information

#7DADBA (or 0x7DADBA) is unknown color: approx Glacier. HEX triplet: 7D, AD and BA. RGB value is (125,173,186). Sum of RGB (Red+Green+Blue) = 125+173+186=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADBA is #825245. Grayscale: #A0A0A0. Windows color (decimal): -8540742 or 12234109. OLE color: 12234109.

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

Color convert

RGB125173186-
CMYK0.330.0700.27
HSL192.79º30.65%60.98%-
HSV(B)192.79º32.8%72.94%-
XYZ32.2637.7952.05-
YUV160.13142.6102.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.83%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 186 (73.05% from 255) = 38.43%
R=25.83%
G=35.74%
B=38.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251731860.330.0700.27192.7930.6560.98
Hex7DADBA21701Bc11f3d
Octal1752552724170333013775
Binary111110110101101101110101000011110110111100000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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