#65A5AE

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

Shades of Fountain Blue #65A5AE

Tints of Fountain Blue #65A5AE

Color information

#65A5AE (or 0x65A5AE) is unknown color: approx Fountain Blue. HEX triplet: 65, A5 and AE. RGB value is (101,165,174). Sum of RGB (Red+Green+Blue) = 101+165+174=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 174 (68.36% from 255 or 39.55% from 440); Max value from RGB is 174 - color contains mainly: blue. Hex color #65A5AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A5AE is #9A5A51. Grayscale: #929292. Windows color (decimal): -10115666 or 11445605. OLE color: 11445605.

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

Color convert

RGB101165174-
CMYK0.420.0500.32
HSL187.4º31.06%53.92%-
HSV(B)187.4º41.95%68.24%-
XYZ26.4632.7344.97-
YUV146.89143.395.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.95%
GREEN value IS 165 (64.84% from 255) = 37.5%
BLUE value IS 174 (68.36% from 255) = 39.55%
R=22.95%
G=37.5%
B=39.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011651740.420.0500.32187.431.0653.92
Hex65A5AE2A5020bb1f36
Octal1452452565250402733766
Binary1100101101001011010111010101010101000001011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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