#64ACBD

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

Shades of Fountain Blue #64ACBD

Tints of Fountain Blue #64ACBD

Color information

#64ACBD (or 0x64ACBD) is unknown color: approx Fountain Blue. HEX triplet: 64, AC and BD. RGB value is (100,172,189). Sum of RGB (Red+Green+Blue) = 100+172+189=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 189 - color contains mainly: blue. Hex color #64ACBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBD is #9B5342. Grayscale: #989898. Windows color (decimal): -10179395 or 12430436. OLE color: 12430436.

HSL color Cylindrical-coordinate representation of color #64ACBD: hue angle of 191.46º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64ACBD is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100172189-
CMYK0.470.0900.26
HSL191.46º40.27%56.67%-
HSV(B)191.46º47.09%74.12%-
XYZ29.1935.8953.53-
YUV152.41148.6590.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.69%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 189 (74.22% from 255) = 41.00%
R=21.69%
G=37.31%
B=41.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001721890.470.0900.26191.4640.2756.67
Hex64ACBD2F901Abf2839
Octal14425427557110322775071
Binary11001001010110010111101101111100101101010111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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