#64A9BA

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

Shades of Fountain Blue #64A9BA

Tints of Fountain Blue #64A9BA

Color information

#64A9BA (or 0x64A9BA) is unknown color: approx Fountain Blue. HEX triplet: 64, A9 and BA. RGB value is (100,169,186). Sum of RGB (Red+Green+Blue) = 100+169+186=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #64A9BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64A9BA is #9B5645. Grayscale: #969696. Windows color (decimal): -10180166 or 12233060. OLE color: 12233060.

HSL color Cylindrical-coordinate representation of color #64A9BA: hue angle of 191.86º 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 #64A9BA is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100169186-
CMYK0.460.0900.27
HSL191.86º38.39%56.08%-
HSV(B)191.86º46.24%72.94%-
XYZ28.3134.6351.65-
YUV150.31148.1492.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.98%
GREEN value IS 169 (66.41% from 255) = 37.14%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=21.98%
G=37.14%
B=40.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001691860.460.0900.27191.8638.3956.08
Hex64A9BA2E901Bc02638
Octal14425127256110333004670
Binary11001001010100110111010101110100101101111000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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