Html Css Color HEX #80B0BC Glacier

📋 copy color: '#80B0BC'

red 128 ◦ green 176 ◦ blue 188

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

Shades of Glacier #80B0BC

Tints of Glacier #80B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 26.02%
G = 35.77%
B = 38.21%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#80B0BC (or 0x80B0BC) is known color: Glacier. HEX triplet: 80, B0 and BC. RGB value is (128,176,188). Sum of RGB (Red+Green+Blue) = 128+176+188=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #80B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B0BC is #7F4F43. Grayscale: #A2A2A2. Windows color (decimal): -8343364 or 12365952. OLE color: 12365952.

HSL color Cylindrical-coordinate representation of color #80B0BC: hue angle of 192º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B0BC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 176 188 -
CMYK 0.32 0.06 0 0.26
HSL 192º 0.31% 0.62% -
HSV(B) 192º 0.32% 0.74% -
XYZ 33.5 39.27 53.39 -
YUV 163.02 142.1 103.02 -
System Red Green Blue C M Y K H S L
Decimal 128 176 188 0.32 0.06 0 0.26 192 0.31 0.62
Hex 80 B0 BC 20 6 0 1A C0 1F 3E
Octal 200 260 274 40 6 0 32 300 37 76
Binary 10000000 10110000 10111100 100000 110 0 11010 11000000 11111 111110

Color Harmonies of #80B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B0BC

Black with #80B0BC

Text Example


Text Example

White with #80B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,188); }

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

background-color css

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

 a { background-color: rgb(128,176,188); }

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

border-color css

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

 span { border-color: rgb(128,176,188); }

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