#65A2AF

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

Shades of Fountain Blue #65A2AF

Tints of Fountain Blue #65A2AF

Color information

#65A2AF (or 0x65A2AF) is unknown color: approx Fountain Blue. HEX triplet: 65, A2 and AF. RGB value is (101,162,175). Sum of RGB (Red+Green+Blue) = 101+162+175=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #65A2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A2AF is #9A5D50. Grayscale: #919191. Windows color (decimal): -10116433 or 11510373. OLE color: 11510373.

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

Color convert

RGB101162175-
CMYK0.420.0700.31
HSL190.54º31.62%54.12%-
HSV(B)190.54º42.29%68.63%-
XYZ26.0331.745.3-
YUV145.24144.7996.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.06%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=23.06%
G=36.99%
B=39.95%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011621750.420.0700.31190.5431.6254.12
Hex65A2AF2A701Fbf2036
Octal1452422575270372774066
Binary1100101101000101010111110101011101111110111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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