Html Css Color HEX #80A7BB Glacier

📋 copy color: '#80A7BB'

red 128 ◦ green 167 ◦ blue 187

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

Shades of Glacier #80A7BB

Tints of Glacier #80A7BB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 187 (73.44% from 255) = 38.8%

R = 26.56%
G = 34.65%
B = 38.8%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80A7BB (or 0x80A7BB) is known color: Glacier. HEX triplet: 80, A7 and BB. RGB value is (128,167,187). Sum of RGB (Red+Green+Blue) = 128+167+187=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #80A7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A7BB is #7F5844. Grayscale: #9D9D9D. Windows color (decimal): -8345669 or 12298112. OLE color: 12298112.

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

Color convert

RGB 128 167 187 -
CMYK 0.32 0.11 0 0.27
HSL 200.34º 0.3% 0.62% -
HSV(B) 200.34º 0.32% 0.73% -
XYZ 31.69 35.81 52.26 -
YUV 157.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 128 167 187 0.32 0.11 0 0.27 200.34 0.3 0.62
Hex 80 A7 BB 20 B 0 1B C8 1E 3E
Octal 200 247 273 40 13 0 33 310 36 76
Binary 10000000 10100111 10111011 100000 1011 0 11011 11001000 11110 111110

Color Harmonies of #80A7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A7BB

Black with #80A7BB

Text Example


Text Example

White with #80A7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,167,187); }

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

background-color css

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

 a { background-color: rgb(128,167,187); }

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

border-color css

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

 span { border-color: rgb(128,167,187); }

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