Html Css Color HEX #80BCBE Glacier

📋 copy color: '#80BCBE'

red 128 ◦ green 188 ◦ blue 190

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

Shades of Glacier #80BCBE

Tints of Glacier #80BCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 25.3%
G = 37.15%
B = 37.55%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#80BCBE (or 0x80BCBE) is known color: Glacier. HEX triplet: 80, BC and BE. RGB value is (128,188,190). Sum of RGB (Red+Green+Blue) = 128+188+190=506 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.30% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 190 - color contains mainly: blue. Hex color #80BCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCBE is #7F4341. Grayscale: #AAAAAA. Windows color (decimal): -8340290 or 12500096. OLE color: 12500096.

HSL color Cylindrical-coordinate representation of color #80BCBE: hue angle of 181.94º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BCBE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 188 190 -
CMYK 0.33 0.01 0 0.25
HSL 181.94º 0.32% 0.62% -
HSV(B) 181.94º 0.33% 0.75% -
XYZ 36.18 44.27 55.35 -
YUV 170.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 128 188 190 0.33 0.01 0 0.25 181.94 0.32 0.62
Hex 80 BC BE 21 1 0 19 B6 20 3E
Octal 200 274 276 41 1 0 31 266 40 76
Binary 10000000 10111100 10111110 100001 1 0 11001 10110110 100000 111110

Color Harmonies of #80BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCBE

Black with #80BCBE

Text Example


Text Example

White with #80BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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