#65AAAE

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

Shades of Fountain Blue #65AAAE

Tints of Fountain Blue #65AAAE

Color information

#65AAAE (or 0x65AAAE) is unknown color: approx Fountain Blue. HEX triplet: 65, AA and AE. RGB value is (101,170,174). Sum of RGB (Red+Green+Blue) = 101+170+174=445 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.70% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #65AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AAAE is #9A5551. Grayscale: #959595. Windows color (decimal): -10114386 or 11446885. OLE color: 11446885.

HSL color Cylindrical-coordinate representation of color #65AAAE: hue angle of 183.29º 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 #65AAAE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101170174-
CMYK0.420.0200.32
HSL183.29º31.06%53.92%-
HSV(B)183.29º41.95%68.24%-
XYZ27.3834.5745.27-
YUV149.82141.6493.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.70%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=22.70%
G=38.20%
B=39.10%

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
Decimal1011701740.420.0200.32183.2931.0653.92
Hex65AAAE2A2020b71f36
Octal1452522565220402673766
Binary110010110101010101011101010101001000001011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AAAE; }

 p { color: rgb(101,170,174); }

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

<style>
 a { background-color: #65AAAE; }

 a { background-color: rgb(101,170,174); }

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

<style>
 span { border-color: #65AAAE; }

 span { border-color: rgb(101,170,174); }

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