#65A1AF

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

Shades of Fountain Blue #65A1AF

Tints of Fountain Blue #65A1AF

Color information

#65A1AF (or 0x65A1AF) is unknown color: approx Fountain Blue. HEX triplet: 65, A1 and AF. RGB value is (101,161,175). Sum of RGB (Red+Green+Blue) = 101+161+175=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #65A1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A1AF is #9A5E50. Grayscale: #909090. Windows color (decimal): -10116689 or 11510117. OLE color: 11510117.

HSL color Cylindrical-coordinate representation of color #65A1AF: hue angle of 191.35º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65A1AF is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101161175-
CMYK0.420.0800.31
HSL191.35º31.62%54.12%-
HSV(B)191.35º42.29%68.63%-
XYZ25.8531.3545.25-
YUV144.66145.1296.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.11%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=23.11%
G=36.84%
B=40.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011611750.420.0800.31191.3531.6254.12
Hex65A1AF2A801Fbf2036
Octal14524125752100372774066
Binary11001011010000110101111101010100001111110111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,161,175); }

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

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

 a { background-color: rgb(101,161,175); }

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

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

 span { border-color: rgb(101,161,175); }

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