#64ABC2

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

Shades of Glacier #64ABC2

Tints of Glacier #64ABC2

Color information

#64ABC2 (or 0x64ABC2) is unknown color: approx Glacier. HEX triplet: 64, AB and C2. RGB value is (100,171,194). Sum of RGB (Red+Green+Blue) = 100+171+194=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #64ABC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABC2 is #9B543D. Grayscale: #989898. Windows color (decimal): -10179646 or 12757860. OLE color: 12757860.

HSL color Cylindrical-coordinate representation of color #64ABC2: hue angle of 194.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64ABC2 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100171194-
CMYK0.480.1200.24
HSL194.68º43.52%57.65%-
HSV(B)194.68º48.45%76.08%-
XYZ29.5635.7356.38-
YUV152.39151.4890.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=21.51%
G=36.77%
B=41.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001711940.480.1200.24194.6843.5257.65
Hex64ABC230C018c32c3a
Octal14425330260140303035472
Binary11001001010101111000010110000110001100011000011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,171,194); }

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

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

 a { background-color: rgb(100,171,194); }

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

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

 span { border-color: rgb(100,171,194); }

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