#64ACBF

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

Shades of Fountain Blue #64ACBF

Tints of Fountain Blue #64ACBF

Color information

#64ACBF (or 0x64ACBF) is unknown color: approx Fountain Blue. HEX triplet: 64, AC and BF. RGB value is (100,172,191). Sum of RGB (Red+Green+Blue) = 100+172+191=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #64ACBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ACBF is #9B5340. Grayscale: #989898. Windows color (decimal): -10179393 or 12561508. OLE color: 12561508.

HSL color Cylindrical-coordinate representation of color #64ACBF: hue angle of 192.53º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64ACBF is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100172191-
CMYK0.480.1000.25
HSL192.53º41.55%57.06%-
HSV(B)192.53º47.64%74.9%-
XYZ29.4135.9854.68-
YUV152.64149.6590.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 191 (75% from 255) = 41.25%
R=21.60%
G=37.15%
B=41.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001721910.480.1000.25192.5341.5557.06
Hex64ACBF30A019c12a39
Octal14425427760120313015271
Binary11001001010110010111111110000101001100111000001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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