Html Css Color HEX #65A5AA Fountain Blue

📋 copy color: '#65A5AA'

red 101 ◦ green 165 ◦ blue 170

#65A5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #65A5AA

Tints of Fountain Blue #65A5AA

RGB

 RED value IS 101 (39.84% from 255) = 23.17%

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 23.17%
G = 37.84%
B = 38.99%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#65A5AA (or 0x65A5AA) is known color: Fountain Blue. HEX triplet: 65, A5 and AA. RGB value is (101,165,170). Sum of RGB (Red+Green+Blue) = 101+165+170=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #65A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A5AA is #9A5A55. Grayscale: #929292. Windows color (decimal): -10115670 or 11183461. OLE color: 11183461.

HSL color Cylindrical-coordinate representation of color #65A5AA: hue angle of 184.35º 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 #65A5AA is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 165 170 -
CMYK 0.41 0.03 0 0.33
HSL 184.35º 0.29% 0.53% -
HSV(B) 184.35º 0.41% 0.67% -
XYZ 26.08 32.58 42.94 -
YUV 146.43 141.3 95.59 -
System Red Green Blue C M Y K H S L
Decimal 101 165 170 0.41 0.03 0 0.33 184.35 0.29 0.53
Hex 65 A5 AA 29 3 0 21 B8 1D 35
Octal 145 245 252 51 3 0 41 270 35 65
Binary 1100101 10100101 10101010 101001 11 0 100001 10111000 11101 110101

Color Harmonies of #65A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A5AA

Black with #65A5AA

Text Example


Text Example

White with #65A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65A5AA;
 }
 .AnyTagClassName
 {
   color: #65A5AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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