Html Css Color HEX #80AFBE Glacier

📋 copy color: '#80AFBE'

red 128 ◦ green 175 ◦ blue 190

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

Shades of Glacier #80AFBE

Tints of Glacier #80AFBE

RGB

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

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

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

R = 25.96%
G = 35.5%
B = 38.54%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80AFBE (or 0x80AFBE) is known color: Glacier. HEX triplet: 80, AF and BE. RGB value is (128,175,190). Sum of RGB (Red+Green+Blue) = 128+175+190=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #80AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFBE is #7F5041. Grayscale: #A2A2A2. Windows color (decimal): -8343618 or 12496768. OLE color: 12496768.

HSL color Cylindrical-coordinate representation of color #80AFBE: hue angle of 194.52º 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 #80AFBE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 175 190 -
CMYK 0.33 0.08 0 0.25
HSL 194.52º 0.32% 0.62% -
HSV(B) 194.52º 0.33% 0.75% -
XYZ 33.53 38.97 54.47 -
YUV 162.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 128 175 190 0.33 0.08 0 0.25 194.52 0.32 0.62
Hex 80 AF BE 21 8 0 19 C3 20 3E
Octal 200 257 276 41 10 0 31 303 40 76
Binary 10000000 10101111 10111110 100001 1000 0 11001 11000011 100000 111110

Color Harmonies of #80AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFBE

Black with #80AFBE

Text Example


Text Example

White with #80AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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