#64AAAD

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

Shades of Fountain Blue #64AAAD

Tints of Fountain Blue #64AAAD

Color information

#64AAAD (or 0x64AAAD) is unknown color: approx Fountain Blue. HEX triplet: 64, AA and AD. RGB value is (100,170,173). Sum of RGB (Red+Green+Blue) = 100+170+173=443 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.57% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #64AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AAAD is #9B5552. Grayscale: #959595. Windows color (decimal): -10179923 or 11381348. OLE color: 11381348.

HSL color Cylindrical-coordinate representation of color #64AAAD: hue angle of 182.47º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #64AAAD is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100170173-
CMYK0.420.0200.32
HSL182.47º30.8%53.53%-
HSV(B)182.47º42.2%67.84%-
XYZ27.1734.4844.76-
YUV149.41141.3192.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.57%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 173 (67.97% from 255) = 39.05%
R=22.57%
G=38.37%
B=39.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001701730.420.0200.32182.4730.853.53
Hex64AAAD2A2020b61f36
Octal1442522555220402663766
Binary110010010101010101011011010101001000001011011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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