#65A9AA

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

Shades of Fountain Blue #65A9AA

Tints of Fountain Blue #65A9AA

Color information

#65A9AA (or 0x65A9AA) is unknown color: approx Fountain Blue. HEX triplet: 65, A9 and AA. RGB value is (101,169,170). Sum of RGB (Red+Green+Blue) = 101+169+170=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A9AA is #9A5655. Grayscale: #949494. Windows color (decimal): -10114646 or 11184485. OLE color: 11184485.

HSL color Cylindrical-coordinate representation of color #65A9AA: hue angle of 180.87º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A9AA is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101169170-
CMYK0.410.0100.33
HSL180.87º28.87%53.14%-
HSV(B)180.87º40.59%66.67%-
XYZ26.8134.0443.19-
YUV148.78139.9793.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 169 (66.41% from 255) = 38.41%
BLUE value IS 170 (66.80% from 255) = 38.64%
R=22.95%
G=38.41%
B=38.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011691700.410.0100.33180.8728.8753.14
Hex65A9AA291021b51d35
Octal1452512525110412653565
Binary11001011010100110101010101001101000011011010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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