#64B7C5

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

Shades of Glacier #64B7C5

Tints of Glacier #64B7C5

Color information

#64B7C5 (or 0x64B7C5) is unknown color: approx Glacier. HEX triplet: 64, B7 and C5. RGB value is (100,183,197). Sum of RGB (Red+Green+Blue) = 100+183+197=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #64B7C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7C5 is #9B483A. Grayscale: #9F9F9F. Windows color (decimal): -10176571 or 12957540. OLE color: 12957540.

HSL color Cylindrical-coordinate representation of color #64B7C5: hue angle of 188.66º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64B7C5 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB100183197-
CMYK0.490.0700.23
HSL188.66º45.54%58.24%-
HSV(B)188.66º49.24%77.25%-
XYZ32.2740.6158.96-
YUV159.7814985.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 197 (77.34% from 255) = 41.04%
R=20.83%
G=38.12%
B=41.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001831970.490.0700.23188.6645.5458.24
Hex64B7C5317017bd2e3a
Octal1442673056170272755672
Binary1100100101101111100010111000111101011110111101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64B7C5; }

 p { color: rgb(100,183,197); }

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

<style>
 a { background-color: #64B7C5; }

 a { background-color: rgb(100,183,197); }

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

<style>
 span { border-color: #64B7C5; }

 span { border-color: rgb(100,183,197); }

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