#64ACC4

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

Shades of Glacier #64ACC4

Tints of Glacier #64ACC4

Color information

#64ACC4 (or 0x64ACC4) is unknown color: approx Glacier. HEX triplet: 64, AC and C4. RGB value is (100,172,196). Sum of RGB (Red+Green+Blue) = 100+172+196=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #64ACC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC4 is #9B533B. Grayscale: #999999. Windows color (decimal): -10179388 or 12889188. OLE color: 12889188.

HSL color Cylindrical-coordinate representation of color #64ACC4: hue angle of 195º degrees, saturation: 0.45, 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 #64ACC4 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB100172196-
CMYK0.490.1200.23
HSL195º44.86%58.04%-
HSV(B)195º48.98%76.86%-
XYZ29.9736.257.63-
YUV153.21152.1590.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 172 (67.58% from 255) = 36.75%
BLUE value IS 196 (76.95% from 255) = 41.88%
R=21.37%
G=36.75%
B=41.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001721960.490.1200.2319544.8658.04
Hex64ACC431C017c32d3a
Octal14425430461140273035572
Binary11001001010110011000100110001110001011111000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,172,196); }

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

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

 a { background-color: rgb(100,172,196); }

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

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

 span { border-color: rgb(100,172,196); }

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