Html Css Color HEX #80BBBC Glacier

📋 copy color: '#80BBBC'

red 128 ◦ green 187 ◦ blue 188

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

Shades of Glacier #80BBBC

Tints of Glacier #80BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

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

R = 25.45%
G = 37.18%
B = 37.38%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#80BBBC (or 0x80BBBC) is known color: Glacier. HEX triplet: 80, BB and BC. RGB value is (128,187,188). Sum of RGB (Red+Green+Blue) = 128+187+188=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 188 - color contains mainly: blue. Hex color #80BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBBC is #7F4443. Grayscale: #A9A9A9. Windows color (decimal): -8340548 or 12368768. OLE color: 12368768.

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

Color convert

RGB 128 187 188 -
CMYK 0.32 0.01 0 0.26
HSL 181º 0.31% 0.62% -
HSV(B) 181º 0.32% 0.74% -
XYZ 35.75 43.76 54.14 -
YUV 169.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 128 187 188 0.32 0.01 0 0.26 181 0.31 0.62
Hex 80 BB BC 20 1 0 1A B5 1F 3E
Octal 200 273 274 40 1 0 32 265 37 76
Binary 10000000 10111011 10111100 100000 1 0 11010 10110101 11111 111110

Color Harmonies of #80BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBBC

Black with #80BBBC

Text Example


Text Example

White with #80BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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