#64ACC1

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

Shades of Fountain Blue #64ACC1

Tints of Fountain Blue #64ACC1

Color information

#64ACC1 (or 0x64ACC1) is unknown color: approx Fountain Blue. HEX triplet: 64, AC and C1. RGB value is (100,172,193). Sum of RGB (Red+Green+Blue) = 100+172+193=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #64ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACC1 is #9B533E. Grayscale: #989898. Windows color (decimal): -10179391 or 12692580. OLE color: 12692580.

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

Color convert

RGB100172193-
CMYK0.480.1100.24
HSL193.55º42.86%57.45%-
HSV(B)193.55º48.19%75.69%-
XYZ29.6336.0655.85-
YUV152.87150.6590.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 172 (67.58% from 255) = 36.99%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=21.51%
G=36.99%
B=41.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001721930.480.1100.24193.5542.8657.45
Hex64ACC130B018c22b39
Octal14425430160130303025371
Binary11001001010110011000001110000101101100011000010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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