Html Css Color HEX #80BABC Glacier

📋 copy color: '#80BABC'

red 128 ◦ green 186 ◦ blue 188

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

Shades of Glacier #80BABC

Tints of Glacier #80BABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

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

R = 25.5%
G = 37.05%
B = 37.45%

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

#80BABC (or 0x80BABC) is known color: Glacier. HEX triplet: 80, BA and BC. RGB value is (128,186,188). Sum of RGB (Red+Green+Blue) = 128+186+188=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #80BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BABC is #7F4543. Grayscale: #A8A8A8. Windows color (decimal): -8340804 or 12368512. OLE color: 12368512.

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

Color convert

RGB 128 186 188 -
CMYK 0.32 0.01 0 0.26
HSL 182º 0.31% 0.62% -
HSV(B) 182º 0.32% 0.74% -
XYZ 35.54 43.34 54.07 -
YUV 168.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 128 186 188 0.32 0.01 0 0.26 182 0.31 0.62
Hex 80 BA BC 20 1 0 1A B6 1F 3E
Octal 200 272 274 40 1 0 32 266 37 76
Binary 10000000 10111010 10111100 100000 1 0 11010 10110110 11111 111110

Color Harmonies of #80BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BABC

Black with #80BABC

Text Example


Text Example

White with #80BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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