#7FBBBD

Color #7FBBBD Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7FBBBD

Tints of Glacier #7FBBBD

Color information

#7FBBBD (or 0x7FBBBD) is unknown color: approx Glacier. HEX triplet: 7F, BB and BD. RGB value is (127,187,189). Sum of RGB (Red+Green+Blue) = 127+187+189=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #7FBBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBBD is #804442. Grayscale: #A9A9A9. Windows color (decimal): -8406083 or 12434303. OLE color: 12434303.

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

Color convert

RGB127187189-
CMYK0.330.0100.26
HSL181.94º31.96%61.96%-
HSV(B)181.94º32.8%74.12%-
XYZ35.7143.7354.7-
YUV169.29139.1297.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.25%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=25.25%
G=37.18%
B=37.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271871890.330.0100.26181.9431.9661.96
Hex7FBBBD21101Ab6203e
Octal1772732754110322664076
Binary11111111011101110111101100001101101010110110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBBBD; }

 p { color: rgb(127,187,189); }

 H1.HeaderClassName
 {
   color: #7FBBBD;
 }
 .AnyTagClassName
 {
   color: #7FBBBD;
 }
</style>
background-color css

<style>
 a { background-color: #7FBBBD; }

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

 div.DivClassName
 {
   background-color: #7FBBBD;
 }
 .BgClassName
 {
   background-color: #7FBBBD;
 }
</style>
border-color css

<style>
 span { border-color: #7FBBBD; }

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

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