Html Css Color HEX #80A9BE Glacier

📋 copy color: '#80A9BE'

red 128 ◦ green 169 ◦ blue 190

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

Shades of Glacier #80A9BE

Tints of Glacier #80A9BE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 26.28%
G = 34.7%
B = 39.01%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80A9BE (or 0x80A9BE) is known color: Glacier. HEX triplet: 80, A9 and BE. RGB value is (128,169,190). Sum of RGB (Red+Green+Blue) = 128+169+190=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #80A9BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A9BE is #7F5641. Grayscale: #9F9F9F. Windows color (decimal): -8345154 or 12495232. OLE color: 12495232.

HSL color Cylindrical-coordinate representation of color #80A9BE: hue angle of 200.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80A9BE is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 169 190 -
CMYK 0.33 0.11 0 0.25
HSL 200.32º 0.32% 0.62% -
HSV(B) 200.32º 0.33% 0.75% -
XYZ 32.38 36.68 54.09 -
YUV 159.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 128 169 190 0.33 0.11 0 0.25 200.32 0.32 0.62
Hex 80 A9 BE 21 B 0 19 C8 20 3E
Octal 200 251 276 41 13 0 31 310 40 76
Binary 10000000 10101001 10111110 100001 1011 0 11001 11001000 100000 111110

Color Harmonies of #80A9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A9BE

Black with #80A9BE

Text Example


Text Example

White with #80A9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,169,190); }

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

background-color css

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

 a { background-color: rgb(128,169,190); }

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

border-color css

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

 span { border-color: rgb(128,169,190); }

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