#7FBCC2

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

Shades of Glacier #7FBCC2

Tints of Glacier #7FBCC2

Color information

#7FBCC2 (or 0x7FBCC2) is unknown color: approx Glacier. HEX triplet: 7F, BC and C2. RGB value is (127,188,194). Sum of RGB (Red+Green+Blue) = 127+188+194=509 (67% of max value = 765). Red value is 127 (50% from 255 or 24.95% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #7FBCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBCC2 is #80433D. Grayscale: #AAAAAA. Windows color (decimal): -8405822 or 12762239. OLE color: 12762239.

HSL color Cylindrical-coordinate representation of color #7FBCC2: hue angle of 185.37º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7FBCC2 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127188194-
CMYK0.350.0300.24
HSL185.37º35.45%62.94%-
HSV(B)185.37º34.54%76.08%-
XYZ36.4744.3757.68-
YUV170.44141.2997.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.95%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 194 (76.17% from 255) = 38.11%
R=24.95%
G=36.94%
B=38.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271881940.350.0300.24185.3735.4562.94
Hex7FBCC2233018b9233f
Octal1772743024330302714377
Binary111111110111100110000101000111101100010111001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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