Html Css Color HEX #80ADB9 Glacier

📋 copy color: '#80ADB9'

red 128 ◦ green 173 ◦ blue 185

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

Shades of Glacier #80ADB9

Tints of Glacier #80ADB9

RGB

 RED value IS 128 (50.39% from 255) = 26.34%

 GREEN value IS 173 (67.97% from 255) = 35.6%

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

R = 26.34%
G = 35.6%
B = 38.07%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80ADB9 (or 0x80ADB9) is known color: Glacier. HEX triplet: 80, AD and B9. RGB value is (128,173,185). Sum of RGB (Red+Green+Blue) = 128+173+185=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #80ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADB9 is #7F5246. Grayscale: #A0A0A0. Windows color (decimal): -8344135 or 12168576. OLE color: 12168576.

HSL color Cylindrical-coordinate representation of color #80ADB9: hue angle of 192.63º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80ADB9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 173 185 -
CMYK 0.31 0.06 0 0.27
HSL 192.63º 0.29% 0.61% -
HSV(B) 192.63º 0.31% 0.73% -
XYZ 32.6 37.98 51.51 -
YUV 160.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 128 173 185 0.31 0.06 0 0.27 192.63 0.29 0.61
Hex 80 AD B9 1F 6 0 1B C1 1D 3D
Octal 200 255 271 37 6 0 33 301 35 75
Binary 10000000 10101101 10111001 11111 110 0 11011 11000001 11101 111101

Color Harmonies of #80ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADB9

Black with #80ADB9

Text Example


Text Example

White with #80ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80ADB9; }

 p { color: rgb(128,173,185); }

 H1.HeaderClassName
 {
   color: #80ADB9;
 }
 .AnyTagClassName
 {
   color: #80ADB9;
 }
</style>

background-color css

<style>
 a { background-color: #80ADB9; }

 a { background-color: rgb(128,173,185); }

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

border-color css

<style>
 span { border-color: #80ADB9; }

 span { border-color: rgb(128,173,185); }

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