#64A9BC

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

Shades of Fountain Blue #64A9BC

Tints of Fountain Blue #64A9BC

Color information

#64A9BC (or 0x64A9BC) is unknown color: approx Fountain Blue. HEX triplet: 64, A9 and BC. RGB value is (100,169,188). Sum of RGB (Red+Green+Blue) = 100+169+188=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #64A9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9BC is #9B5643. Grayscale: #969696. Windows color (decimal): -10180164 or 12364132. OLE color: 12364132.

HSL color Cylindrical-coordinate representation of color #64A9BC: hue angle of 192.95º 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 #64A9BC is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100169188-
CMYK0.470.1000.26
HSL192.95º39.64%56.47%-
HSV(B)192.95º46.81%73.73%-
XYZ28.5234.7252.77-
YUV150.53149.1491.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=21.88%
G=36.98%
B=41.14%

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
Decimal1001691880.470.1000.26192.9539.6456.47
Hex64A9BC2FA01Ac12838
Octal14425127457120323015070
Binary11001001010100110111100101111101001101011000001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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