Html Css Color HEX #80AFBD Glacier

📋 copy color: '#80AFBD'

red 128 ◦ green 175 ◦ blue 189

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

Shades of Glacier #80AFBD

Tints of Glacier #80AFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.57%

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 26.02%
G = 35.57%
B = 38.41%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#80AFBD (or 0x80AFBD) is known color: Glacier. HEX triplet: 80, AF and BD. RGB value is (128,175,189). Sum of RGB (Red+Green+Blue) = 128+175+189=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #80AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBD is #7F5042. Grayscale: #A2A2A2. Windows color (decimal): -8343619 or 12431232. OLE color: 12431232.

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

Color convert

RGB 128 175 189 -
CMYK 0.32 0.07 0 0.26
HSL 193.77º 0.32% 0.62% -
HSV(B) 193.77º 0.32% 0.74% -
XYZ 33.42 38.92 53.9 -
YUV 162.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 128 175 189 0.32 0.07 0 0.26 193.77 0.32 0.62
Hex 80 AF BD 20 7 0 1A C2 20 3E
Octal 200 257 275 40 7 0 32 302 40 76
Binary 10000000 10101111 10111101 100000 111 0 11010 11000010 100000 111110

Color Harmonies of #80AFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFBD

Black with #80AFBD

Text Example


Text Example

White with #80AFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,189); }

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

background-color css

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

 a { background-color: rgb(128,175,189); }

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

border-color css

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

 span { border-color: rgb(128,175,189); }

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