#7FBEC8

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

Shades of Glacier #7FBEC8

Tints of Glacier #7FBEC8

Color information

#7FBEC8 (or 0x7FBEC8) is unknown color: approx Glacier. HEX triplet: 7F, BE and C8. RGB value is (127,190,200). Sum of RGB (Red+Green+Blue) = 127+190+200=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #7FBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBEC8 is #804137. Grayscale: #ACACAC. Windows color (decimal): -8405304 or 13155967. OLE color: 13155967.

HSL color Cylindrical-coordinate representation of color #7FBEC8: hue angle of 188.22º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FBEC8 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB127190200-
CMYK0.360.0500.22
HSL188.22º39.89%64.12%-
HSV(B)188.22º36.5%78.43%-
XYZ37.5945.5161.45-
YUV172.3143.6395.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.56%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=24.56%
G=36.75%
B=38.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1271902000.360.0500.22188.2239.8964.12
Hex7FBEC8245016bc2840
Octal17727631044502627450100
Binary11111111011111011001000100100101010110101111001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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