#65A7BA

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

Shades of Fountain Blue #65A7BA

Tints of Fountain Blue #65A7BA

Color information

#65A7BA (or 0x65A7BA) is unknown color: approx Fountain Blue. HEX triplet: 65, A7 and BA. RGB value is (101,167,186). Sum of RGB (Red+Green+Blue) = 101+167+186=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #65A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A7BA is #9A5845. Grayscale: #959595. Windows color (decimal): -10115142 or 12232549. OLE color: 12232549.

HSL color Cylindrical-coordinate representation of color #65A7BA: hue angle of 193.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65A7BA is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101167186-
CMYK0.460.1000.27
HSL193.41º38.12%56.27%-
HSV(B)193.41º45.7%72.94%-
XYZ28.0533.9551.53-
YUV149.43148.6393.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.25%
GREEN value IS 167 (65.62% from 255) = 36.78%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=22.25%
G=36.78%
B=40.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011671860.460.1000.27193.4138.1256.27
Hex65A7BA2EA01Bc12638
Octal14524727256120333014670
Binary11001011010011110111010101110101001101111000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,186); }

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

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

 a { background-color: rgb(101,167,186); }

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

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

 span { border-color: rgb(101,167,186); }

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