Html Css Color HEX #80AFB7 Glacier

📋 copy color: '#80AFB7'

red 128 ◦ green 175 ◦ blue 183

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

Shades of Glacier #80AFB7

Tints of Glacier #80AFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 26.34%
G = 36.01%
B = 37.65%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#80AFB7 (or 0x80AFB7) is known color: Glacier. HEX triplet: 80, AF and B7. RGB value is (128,175,183). Sum of RGB (Red+Green+Blue) = 128+175+183=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 183 - color contains mainly: blue. Hex color #80AFB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFB7 is #7F5048. Grayscale: #A1A1A1. Windows color (decimal): -8343625 or 12038016. OLE color: 12038016.

HSL color Cylindrical-coordinate representation of color #80AFB7: hue angle of 188.73º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80AFB7 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 175 183 -
CMYK 0.30 0.04 0 0.28
HSL 188.73º 0.28% 0.61% -
HSV(B) 188.73º 0.3% 0.72% -
XYZ 32.78 38.67 50.54 -
YUV 161.86 139.93 103.85 -
System Red Green Blue C M Y K H S L
Decimal 128 175 183 0.30 0.04 0 0.28 188.73 0.28 0.61
Hex 80 AF B7 1E 4 0 1C BD 1C 3D
Octal 200 257 267 36 4 0 34 275 34 75
Binary 10000000 10101111 10110111 11110 100 0 11100 10111101 11100 111101

Color Harmonies of #80AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFB7

Black with #80AFB7

Text Example


Text Example

White with #80AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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