Html Css Color HEX #80B5B8 Glacier

📋 copy color: '#80B5B8'

red 128 ◦ green 181 ◦ blue 184

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

Shades of Glacier #80B5B8

Tints of Glacier #80B5B8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.71%

 BLUE value IS 184 (72.27% from 255) = 37.32%

R = 25.96%
G = 36.71%
B = 37.32%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#80B5B8 (or 0x80B5B8) is known color: Glacier. HEX triplet: 80, B5 and B8. RGB value is (128,181,184). Sum of RGB (Red+Green+Blue) = 128+181+184=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 184 - color contains mainly: blue. Hex color #80B5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B5B8 is #7F4A47. Grayscale: #A5A5A5. Windows color (decimal): -8342088 or 12105088. OLE color: 12105088.

HSL color Cylindrical-coordinate representation of color #80B5B8: hue angle of 183.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80B5B8 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 181 184 -
CMYK 0.30 0.02 0 0.28
HSL 183.21º 0.28% 0.61% -
HSV(B) 183.21º 0.3% 0.72% -
XYZ 34.08 41.1 51.48 -
YUV 165.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 128 181 184 0.30 0.02 0 0.28 183.21 0.28 0.61
Hex 80 B5 B8 1E 2 0 1C B7 1C 3D
Octal 200 265 270 36 2 0 34 267 34 75
Binary 10000000 10110101 10111000 11110 10 0 11100 10110111 11100 111101

Color Harmonies of #80B5B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B5B8

Black with #80B5B8

Text Example


Text Example

White with #80B5B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,184); }

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

background-color css

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

 a { background-color: rgb(128,181,184); }

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

border-color css

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

 span { border-color: rgb(128,181,184); }

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