#64AABC

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

Shades of Fountain Blue #64AABC

Tints of Fountain Blue #64AABC

Color information

#64AABC (or 0x64AABC) is unknown color: approx Fountain Blue. HEX triplet: 64, AA and BC. RGB value is (100,170,188). Sum of RGB (Red+Green+Blue) = 100+170+188=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 188 - color contains mainly: blue. Hex color #64AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AABC is #9B5543. Grayscale: #969696. Windows color (decimal): -10179908 or 12364388. OLE color: 12364388.

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

Color convert

RGB100170188-
CMYK0.470.1000.26
HSL192.27º39.64%56.47%-
HSV(B)192.27º46.81%73.73%-
XYZ28.7135.0952.84-
YUV151.12148.8191.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.83%
GREEN value IS 170 (66.80% from 255) = 37.12%
BLUE value IS 188 (73.83% from 255) = 41.05%
R=21.83%
G=37.12%
B=41.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001701880.470.1000.26192.2739.6456.47
Hex64AABC2FA01Ac02838
Octal14425227457120323005070
Binary11001001010101010111100101111101001101011000000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,170,188); }

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

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

 a { background-color: rgb(100,170,188); }

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

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

 span { border-color: rgb(100,170,188); }

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