#7FBCC5

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

Shades of Glacier #7FBCC5

Tints of Glacier #7FBCC5

Color information

#7FBCC5 (or 0x7FBCC5) is unknown color: approx Glacier. HEX triplet: 7F, BC and C5. RGB value is (127,188,197). Sum of RGB (Red+Green+Blue) = 127+188+197=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 197 - color contains mainly: blue. Hex color #7FBCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCC5 is #80433A. Grayscale: #AAAAAA. Windows color (decimal): -8405819 or 12958847. OLE color: 12958847.

HSL color Cylindrical-coordinate representation of color #7FBCC5: hue angle of 187.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FBCC5 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB127188197-
CMYK0.360.0500.23
HSL187.71º37.63%63.53%-
HSV(B)187.71º35.53%77.25%-
XYZ36.8144.5159.47-
YUV170.79142.7996.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=24.80%
G=36.72%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1271881970.360.0500.23187.7137.6363.53
Hex7FBCC5245017bc2640
Octal17727430544502727446100
Binary11111111011110011000101100100101010111101111001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,188,197); }

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

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

 a { background-color: rgb(127,188,197); }

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

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

 span { border-color: rgb(127,188,197); }

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