#64AABB

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

Shades of Fountain Blue #64AABB

Tints of Fountain Blue #64AABB

Color information

#64AABB (or 0x64AABB) is unknown color: approx Fountain Blue. HEX triplet: 64, AA and BB. RGB value is (100,170,187). Sum of RGB (Red+Green+Blue) = 100+170+187=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #64AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64AABB is #9B5544. Grayscale: #969696. Windows color (decimal): -10179909 or 12298852. OLE color: 12298852.

HSL color Cylindrical-coordinate representation of color #64AABB: hue angle of 191.72º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64AABB is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100170187-
CMYK0.470.0900.27
HSL191.72º39.01%56.27%-
HSV(B)191.72º46.52%73.33%-
XYZ28.635.0552.27-
YUV151.01148.3191.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=21.88%
G=37.20%
B=40.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001701870.470.0900.27191.7239.0156.27
Hex64AABB2F901Bc02738
Octal14425227357110333004770
Binary11001001010101010111011101111100101101111000000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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