Html Css Color HEX #80BDBE Glacier

📋 copy color: '#80BDBE'

red 128 ◦ green 189 ◦ blue 190

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

Shades of Glacier #80BDBE

Tints of Glacier #80BDBE

RGB

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

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

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

R = 25.25%
G = 37.28%
B = 37.48%

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

#80BDBE (or 0x80BDBE) is known color: Glacier. HEX triplet: 80, BD and BE. RGB value is (128,189,190). Sum of RGB (Red+Green+Blue) = 128+189+190=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #80BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDBE is #7F4241. Grayscale: #AAAAAA. Windows color (decimal): -8340034 or 12500352. OLE color: 12500352.

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

Color convert

RGB 128 189 190 -
CMYK 0.33 0.01 0 0.25
HSL 180.97º 0.32% 0.62% -
HSV(B) 180.97º 0.33% 0.75% -
XYZ 36.39 44.7 55.43 -
YUV 170.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 128 189 190 0.33 0.01 0 0.25 180.97 0.32 0.62
Hex 80 BD BE 21 1 0 19 B5 20 3E
Octal 200 275 276 41 1 0 31 265 40 76
Binary 10000000 10111101 10111110 100001 1 0 11001 10110101 100000 111110

Color Harmonies of #80BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDBE

Black with #80BDBE

Text Example


Text Example

White with #80BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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