Html Css Color HEX #80AFC0 Glacier

📋 copy color: '#80AFC0'

red 128 ◦ green 175 ◦ blue 192

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

Shades of Glacier #80AFC0

Tints of Glacier #80AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.79%

R = 25.86%
G = 35.35%
B = 38.79%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80AFC0 (or 0x80AFC0) is known color: Glacier. HEX triplet: 80, AF and C0. RGB value is (128,175,192). Sum of RGB (Red+Green+Blue) = 128+175+192=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #80AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFC0 is #7F503F. Grayscale: #A2A2A2. Windows color (decimal): -8343616 or 12627840. OLE color: 12627840.

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

Color convert

RGB 128 175 192 -
CMYK 0.33 0.09 0 0.25
HSL 195.94º 0.34% 0.63% -
HSV(B) 195.94º 0.33% 0.75% -
XYZ 33.75 39.05 55.63 -
YUV 162.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 128 175 192 0.33 0.09 0 0.25 195.94 0.34 0.63
Hex 80 AF C0 21 9 0 19 C4 22 3F
Octal 200 257 300 41 11 0 31 304 42 77
Binary 10000000 10101111 11000000 100001 1001 0 11001 11000100 100010 111111

Color Harmonies of #80AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFC0

Black with #80AFC0

Text Example


Text Example

White with #80AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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