Html Css Color HEX #65A5AB Fountain Blue

📋 copy color: '#65A5AB'

red 101 ◦ green 165 ◦ blue 171

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

Shades of Fountain Blue #65A5AB

Tints of Fountain Blue #65A5AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.13%

R = 23.11%
G = 37.76%
B = 39.13%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#65A5AB (or 0x65A5AB) is known color: Fountain Blue. HEX triplet: 65, A5 and AB. RGB value is (101,165,171). Sum of RGB (Red+Green+Blue) = 101+165+171=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 171 - color contains mainly: blue. Hex color #65A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A5AB is #9A5A54. Grayscale: #929292. Windows color (decimal): -10115669 or 11248997. OLE color: 11248997.

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

Color convert

RGB 101 165 171 -
CMYK 0.41 0.04 0 0.33
HSL 185.14º 0.29% 0.53% -
HSV(B) 185.14º 0.41% 0.67% -
XYZ 26.17 32.62 43.44 -
YUV 146.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 101 165 171 0.41 0.04 0 0.33 185.14 0.29 0.53
Hex 65 A5 AB 29 4 0 21 B9 1D 35
Octal 145 245 253 51 4 0 41 271 35 65
Binary 1100101 10100101 10101011 101001 100 0 100001 10111001 11101 110101

Color Harmonies of #65A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A5AB

Black with #65A5AB

Text Example


Text Example

White with #65A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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