#64ACBA

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

Shades of Fountain Blue #64ACBA

Tints of Fountain Blue #64ACBA

Color information

#64ACBA (or 0x64ACBA) is unknown color: approx Fountain Blue. HEX triplet: 64, AC and BA. RGB value is (100,172,186). Sum of RGB (Red+Green+Blue) = 100+172+186=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #64ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBA is #9B5345. Grayscale: #979797. Windows color (decimal): -10179398 or 12233828. OLE color: 12233828.

HSL color Cylindrical-coordinate representation of color #64ACBA: hue angle of 189.77º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64ACBA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100172186-
CMYK0.460.0800.27
HSL189.77º38.39%56.08%-
HSV(B)189.77º46.24%72.94%-
XYZ28.8735.7651.83-
YUV152.07147.1590.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.83%
GREEN value IS 172 (67.58% from 255) = 37.55%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=21.83%
G=37.55%
B=40.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001721860.460.0800.27189.7738.3956.08
Hex64ACBA2E801Bbe2638
Octal14425427256100332764670
Binary11001001010110010111010101110100001101110111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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