Html Css Color HEX #80AFBB Glacier

📋 copy color: '#80AFBB'

red 128 ◦ green 175 ◦ blue 187

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

Shades of Glacier #80AFBB

Tints of Glacier #80AFBB

RGB

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

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

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

R = 26.12%
G = 35.71%
B = 38.16%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80AFBB (or 0x80AFBB) is known color: Glacier. HEX triplet: 80, AF and BB. RGB value is (128,175,187). Sum of RGB (Red+Green+Blue) = 128+175+187=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #80AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBB is #7F5044. Grayscale: #A2A2A2. Windows color (decimal): -8343621 or 12300160. OLE color: 12300160.

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

Color convert

RGB 128 175 187 -
CMYK 0.32 0.06 0 0.27
HSL 192.2º 0.3% 0.62% -
HSV(B) 192.2º 0.32% 0.73% -
XYZ 33.2 38.84 52.76 -
YUV 162.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 128 175 187 0.32 0.06 0 0.27 192.2 0.3 0.62
Hex 80 AF BB 20 6 0 1B C0 1E 3E
Octal 200 257 273 40 6 0 33 300 36 76
Binary 10000000 10101111 10111011 100000 110 0 11011 11000000 11110 111110

Color Harmonies of #80AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFBB

Black with #80AFBB

Text Example


Text Example

White with #80AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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