Html Css Color HEX #80BDC0 Glacier

📋 copy color: '#80BDC0'

red 128 ◦ green 189 ◦ blue 192

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

Shades of Glacier #80BDC0

Tints of Glacier #80BDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.13%

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

R = 25.15%
G = 37.13%
B = 37.72%

CMYK

 C value IS 0.33

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80BDC0 (or 0x80BDC0) is known color: Glacier. HEX triplet: 80, BD and C0. RGB value is (128,189,192). Sum of RGB (Red+Green+Blue) = 128+189+192=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: blue. Hex color #80BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDC0 is #7F423F. Grayscale: #ABABAB. Windows color (decimal): -8340032 or 12631424. OLE color: 12631424.

HSL color Cylindrical-coordinate representation of color #80BDC0: hue angle of 182.81º 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 #80BDC0 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 189 192 -
CMYK 0.33 0.02 0 0.25
HSL 182.81º 0.34% 0.63% -
HSV(B) 182.81º 0.33% 0.75% -
XYZ 36.61 44.79 56.58 -
YUV 171.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 128 189 192 0.33 0.02 0 0.25 182.81 0.34 0.63
Hex 80 BD C0 21 2 0 19 B7 22 3F
Octal 200 275 300 41 2 0 31 267 42 77
Binary 10000000 10111101 11000000 100001 10 0 11001 10110111 100010 111111

Color Harmonies of #80BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDC0

Black with #80BDC0

Text Example


Text Example

White with #80BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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