Html Css Color HEX #7DAAB9 Glacier

📋 copy color: '#7DAAB9'

red 125 ◦ green 170 ◦ blue 185

#7DAAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #7DAAB9

Tints of Glacier #7DAAB9

RGB

 RED value IS 125 (49.22% from 255) = 26.04%

 GREEN value IS 170 (66.8% from 255) = 35.42%

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 26.04%
G = 35.42%
B = 38.54%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DAAB9 (or 0x7DAAB9) is known color: Glacier. HEX triplet: 7D, AA and B9. RGB value is (125,170,185). Sum of RGB (Red+Green+Blue) = 125+170+185=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 185 - color contains mainly: blue. Hex color #7DAAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DAAB9 is #825546. Grayscale: #9E9E9E. Windows color (decimal): -8541511 or 12167805. OLE color: 12167805.

HSL color Cylindrical-coordinate representation of color #7DAAB9: hue angle of 195º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DAAB9 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 170 185 -
CMYK 0.32 0.08 0 0.27
HSL 195º 0.3% 0.61% -
HSV(B) 195º 0.32% 0.73% -
XYZ 31.59 36.61 51.3 -
YUV 158.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 125 170 185 0.32 0.08 0 0.27 195 0.3 0.61
Hex 7D AA B9 20 8 0 1B C3 1E 3D
Octal 175 252 271 40 10 0 33 303 36 75
Binary 1111101 10101010 10111001 100000 1000 0 11011 11000011 11110 111101

Color Harmonies of #7DAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAB9

Black with #7DAAB9

Text Example


Text Example

White with #7DAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,170,185); }

 H1.HeaderClassName
 {
   color: #7DAAB9;
 }
 .AnyTagClassName
 {
   color: #7DAAB9;
 }
</style>

background-color css

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

 a { background-color: rgb(125,170,185); }

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

border-color css

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

 span { border-color: rgb(125,170,185); }

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