Html Css Color HEX #80BBBB Glacier

📋 copy color: '#80BBBB'

red 128 ◦ green 187 ◦ blue 187

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

Shades of Glacier #80BBBB

Tints of Glacier #80BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.25%

 BLUE value IS 187 (73.44% from 255) = 37.25%

R = 25.5%
G = 37.25%
B = 37.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#80BBBB (or 0x80BBBB) is known color: Glacier. HEX triplet: 80, BB and BB. RGB value is (128,187,187). Sum of RGB (Red+Green+Blue) = 128+187+187=502 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.50% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #80BBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBBB is #7F4444. Grayscale: #A9A9A9. Windows color (decimal): -8340549 or 12303232. OLE color: 12303232.

HSL color Cylindrical-coordinate representation of color #80BBBB: hue angle of 180º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBBB is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 187 -
CMYK 0.32 0 0 0.27
HSL 180º 0.3% 0.62% -
HSV(B) 180º 0.32% 0.73% -
XYZ 35.64 43.72 53.57 -
YUV 169.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 128 187 187 0.32 0 0 0.27 180 0.3 0.62
Hex 80 BB BB 20 0 0 1B B4 1E 3E
Octal 200 273 273 40 0 0 33 264 36 76
Binary 10000000 10111011 10111011 100000 0 0 11011 10110100 11110 111110

Color Harmonies of #80BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBBB

Black with #80BBBB

Text Example


Text Example

White with #80BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,187); }

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

background-color css

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

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

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

border-color css

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

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

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