#65A8AF

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

Shades of Fountain Blue #65A8AF

Tints of Fountain Blue #65A8AF

Color information

#65A8AF (or 0x65A8AF) is unknown color: approx Fountain Blue. HEX triplet: 65, A8 and AF. RGB value is (101,168,175). Sum of RGB (Red+Green+Blue) = 101+168+175=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #65A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A8AF is #9A5750. Grayscale: #949494. Windows color (decimal): -10114897 or 11511909. OLE color: 11511909.

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

Color convert

RGB101168175-
CMYK0.420.0400.31
HSL185.68º31.62%54.12%-
HSV(B)185.68º42.29%68.63%-
XYZ27.1133.8745.67-
YUV148.76142.893.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 175 (68.75% from 255) = 39.41%
R=22.75%
G=37.84%
B=39.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011681750.420.0400.31185.6831.6254.12
Hex65A8AF2A401Fba2036
Octal1452502575240372724066
Binary1100101101010001010111110101010001111110111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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