Html Css Color HEX #80ADBE Glacier

📋 copy color: '#80ADBE'

red 128 ◦ green 173 ◦ blue 190

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

Shades of Glacier #80ADBE

Tints of Glacier #80ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 26.07%
G = 35.23%
B = 38.7%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80ADBE (or 0x80ADBE) is known color: Glacier. HEX triplet: 80, AD and BE. RGB value is (128,173,190). Sum of RGB (Red+Green+Blue) = 128+173+190=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #80ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADBE is #7F5241. Grayscale: #A1A1A1. Windows color (decimal): -8344130 or 12496256. OLE color: 12496256.

HSL color Cylindrical-coordinate representation of color #80ADBE: hue angle of 196.45º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80ADBE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 173 190 -
CMYK 0.33 0.09 0 0.25
HSL 196.45º 0.32% 0.62% -
HSV(B) 196.45º 0.33% 0.75% -
XYZ 33.14 38.19 54.34 -
YUV 161.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 128 173 190 0.33 0.09 0 0.25 196.45 0.32 0.62
Hex 80 AD BE 21 9 0 19 C4 20 3E
Octal 200 255 276 41 11 0 31 304 40 76
Binary 10000000 10101101 10111110 100001 1001 0 11001 11000100 100000 111110

Color Harmonies of #80ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADBE

Black with #80ADBE

Text Example


Text Example

White with #80ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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