#7FBBBE

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

Shades of Glacier #7FBBBE

Tints of Glacier #7FBBBE

Color information

#7FBBBE (or 0x7FBBBE) is unknown color: approx Glacier. HEX triplet: 7F, BB and BE. RGB value is (127,187,190). Sum of RGB (Red+Green+Blue) = 127+187+190=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #7FBBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBBBE is #804441. Grayscale: #A9A9A9. Windows color (decimal): -8406082 or 12499839. OLE color: 12499839.

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

Color convert

RGB127187190-
CMYK0.330.0200.25
HSL182.86º32.64%62.16%-
HSV(B)182.86º33.16%74.51%-
XYZ35.8243.7755.28-
YUV169.4139.6297.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.20%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=25.20%
G=37.10%
B=37.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271871900.330.0200.25182.8632.6462.16
Hex7FBBBE212019b7213e
Octal1772732764120312674176
Binary111111110111011101111101000011001100110110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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