Html Css Color HEX #80BCC4 Glacier

📋 copy color: '#80BCC4'

red 128 ◦ green 188 ◦ blue 196

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

Shades of Glacier #80BCC4

Tints of Glacier #80BCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.72%

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 25%
G = 36.72%
B = 38.28%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#80BCC4 (or 0x80BCC4) is known color: Glacier. HEX triplet: 80, BC and C4. RGB value is (128,188,196). Sum of RGB (Red+Green+Blue) = 128+188+196=512 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #80BCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCC4 is #7F433B. Grayscale: #AAAAAA. Windows color (decimal): -8340284 or 12893312. OLE color: 12893312.

HSL color Cylindrical-coordinate representation of color #80BCC4: hue angle of 187.06º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #80BCC4 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 188 196 -
CMYK 0.35 0.04 0 0.23
HSL 187.06º 0.37% 0.64% -
HSV(B) 187.06º 0.35% 0.77% -
XYZ 36.85 44.54 58.88 -
YUV 170.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 128 188 196 0.35 0.04 0 0.23 187.06 0.37 0.64
Hex 80 BC C4 23 4 0 17 BB 25 40
Octal 200 274 304 43 4 0 27 273 45 100
Binary 10000000 10111100 11000100 100011 100 0 10111 10111011 100101 1000000

Color Harmonies of #80BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCC4

Black with #80BCC4

Text Example


Text Example

White with #80BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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