Html Css Color HEX #80ADBB Glacier

📋 copy color: '#80ADBB'

red 128 ◦ green 173 ◦ blue 187

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

Shades of Glacier #80ADBB

Tints of Glacier #80ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.32%

R = 26.23%
G = 35.45%
B = 38.32%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80ADBB (or 0x80ADBB) is known color: Glacier. HEX triplet: 80, AD and BB. RGB value is (128,173,187). Sum of RGB (Red+Green+Blue) = 128+173+187=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #80ADBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADBB is #7F5244. Grayscale: #A1A1A1. Windows color (decimal): -8344133 or 12299648. OLE color: 12299648.

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

Color convert

RGB 128 173 187 -
CMYK 0.32 0.07 0 0.27
HSL 194.24º 0.3% 0.62% -
HSV(B) 194.24º 0.32% 0.73% -
XYZ 32.82 38.06 52.63 -
YUV 161.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 128 173 187 0.32 0.07 0 0.27 194.24 0.3 0.62
Hex 80 AD BB 20 7 0 1B C2 1E 3E
Octal 200 255 273 40 7 0 33 302 36 76
Binary 10000000 10101101 10111011 100000 111 0 11011 11000010 11110 111110

Color Harmonies of #80ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADBB

Black with #80ADBB

Text Example


Text Example

White with #80ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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