Html Css Color HEX #80ABBB Glacier

📋 copy color: '#80ABBB'

red 128 ◦ green 171 ◦ blue 187

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

Shades of Glacier #80ABBB

Tints of Glacier #80ABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

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

R = 26.34%
G = 35.19%
B = 38.48%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80ABBB (or 0x80ABBB) is known color: Glacier. HEX triplet: 80, AB and BB. RGB value is (128,171,187). Sum of RGB (Red+Green+Blue) = 128+171+187=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #80ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ABBB is #7F5444. Grayscale: #9F9F9F. Windows color (decimal): -8344645 or 12299136. OLE color: 12299136.

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

Color convert

RGB 128 171 187 -
CMYK 0.32 0.09 0 0.27
HSL 196.27º 0.3% 0.62% -
HSV(B) 196.27º 0.32% 0.73% -
XYZ 32.43 37.3 52.5 -
YUV 159.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 128 171 187 0.32 0.09 0 0.27 196.27 0.3 0.62
Hex 80 AB BB 20 9 0 1B C4 1E 3E
Octal 200 253 273 40 11 0 33 304 36 76
Binary 10000000 10101011 10111011 100000 1001 0 11011 11000100 11110 111110

Color Harmonies of #80ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ABBB

Black with #80ABBB

Text Example


Text Example

White with #80ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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