#65ACBA

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

Shades of Fountain Blue #65ACBA

Tints of Fountain Blue #65ACBA

Color information

#65ACBA (or 0x65ACBA) is unknown color: approx Fountain Blue. HEX triplet: 65, AC and BA. RGB value is (101,172,186). Sum of RGB (Red+Green+Blue) = 101+172+186=459 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.00% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #65ACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACBA is #9A5345. Grayscale: #989898. Windows color (decimal): -10113862 or 12233829. OLE color: 12233829.

HSL color Cylindrical-coordinate representation of color #65ACBA: hue angle of 189.88º 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 #65ACBA is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101172186-
CMYK0.460.0800.27
HSL189.88º38.12%56.27%-
HSV(B)189.88º45.7%72.94%-
XYZ28.9835.8251.84-
YUV152.37146.9891.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.00%
GREEN value IS 172 (67.58% from 255) = 37.47%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=22.00%
G=37.47%
B=40.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011721860.460.0800.27189.8838.1256.27
Hex65ACBA2E801Bbe2638
Octal14525427256100332764670
Binary11001011010110010111010101110100001101110111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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