#7FBEC3

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

Shades of Glacier #7FBEC3

Tints of Glacier #7FBEC3

Color information

#7FBEC3 (or 0x7FBEC3) is unknown color: approx Glacier. HEX triplet: 7F, BE and C3. RGB value is (127,190,195). Sum of RGB (Red+Green+Blue) = 127+190+195=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 195 - color contains mainly: blue. Hex color #7FBEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEC3 is #80413C. Grayscale: #ABABAB. Windows color (decimal): -8405309 or 12828287. OLE color: 12828287.

HSL color Cylindrical-coordinate representation of color #7FBEC3: hue angle of 184.41º degrees, saturation: 0.36, 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 #7FBEC3 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127190195-
CMYK0.350.0300.24
HSL184.41º36.17%63.14%-
HSV(B)184.41º34.87%76.47%-
XYZ37.0245.2858.42-
YUV171.73141.1396.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 195 (76.56% from 255) = 38.09%
R=24.80%
G=37.11%
B=38.09%

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
Decimal1271901950.350.0300.24184.4136.1763.14
Hex7FBEC3233018b8243f
Octal1772763034330302704477
Binary111111110111110110000111000111101100010111000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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