Html Css Color HEX #80AFBA Glacier

📋 copy color: '#80AFBA'

red 128 ◦ green 175 ◦ blue 186

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

Shades of Glacier #80AFBA

Tints of Glacier #80AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 26.18%
G = 35.79%
B = 38.04%

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

#80AFBA (or 0x80AFBA) is known color: Glacier. HEX triplet: 80, AF and BA. RGB value is (128,175,186). Sum of RGB (Red+Green+Blue) = 128+175+186=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #80AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBA is #7F5045. Grayscale: #A2A2A2. Windows color (decimal): -8343622 or 12234624. OLE color: 12234624.

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

Color convert

RGB 128 175 186 -
CMYK 0.31 0.06 0 0.27
HSL 191.38º 0.3% 0.62% -
HSV(B) 191.38º 0.31% 0.73% -
XYZ 33.09 38.79 52.2 -
YUV 162.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 128 175 186 0.31 0.06 0 0.27 191.38 0.3 0.62
Hex 80 AF BA 1F 6 0 1B BF 1E 3E
Octal 200 257 272 37 6 0 33 277 36 76
Binary 10000000 10101111 10111010 11111 110 0 11011 10111111 11110 111110

Color Harmonies of #80AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFBA

Black with #80AFBA

Text Example


Text Example

White with #80AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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