Html Css Color HEX #80A8BA Glacier

📋 copy color: '#80A8BA'

red 128 ◦ green 168 ◦ blue 186

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

Shades of Glacier #80A8BA

Tints of Glacier #80A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 26.56%
G = 34.85%
B = 38.59%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A8BA (or 0x80A8BA) is known color: Glacier. HEX triplet: 80, A8 and BA. RGB value is (128,168,186). Sum of RGB (Red+Green+Blue) = 128+168+186=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #80A8BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A8BA is #7F5745. Grayscale: #9D9D9D. Windows color (decimal): -8345414 or 12232832. OLE color: 12232832.

HSL color Cylindrical-coordinate representation of color #80A8BA: hue angle of 198.62º 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 #80A8BA is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 168 186 -
CMYK 0.31 0.10 0 0.27
HSL 198.62º 0.3% 0.62% -
HSV(B) 198.62º 0.31% 0.73% -
XYZ 31.77 36.14 51.76 -
YUV 158.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 128 168 186 0.31 0.10 0 0.27 198.62 0.3 0.62
Hex 80 A8 BA 1F A 0 1B C7 1E 3E
Octal 200 250 272 37 12 0 33 307 36 76
Binary 10000000 10101000 10111010 11111 1010 0 11011 11000111 11110 111110

Color Harmonies of #80A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A8BA

Black with #80A8BA

Text Example


Text Example

White with #80A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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