#65ACBE

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

Shades of Fountain Blue #65ACBE

Tints of Fountain Blue #65ACBE

Color information

#65ACBE (or 0x65ACBE) is unknown color: approx Fountain Blue. HEX triplet: 65, AC and BE. RGB value is (101,172,190). Sum of RGB (Red+Green+Blue) = 101+172+190=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #65ACBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ACBE is #9A5341. Grayscale: #989898. Windows color (decimal): -10113858 or 12495973. OLE color: 12495973.

HSL color Cylindrical-coordinate representation of color #65ACBE: hue angle of 192.13º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65ACBE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101172190-
CMYK0.470.0900.25
HSL192.13º40.64%57.06%-
HSV(B)192.13º46.84%74.51%-
XYZ29.4135.9954.11-
YUV152.82148.9891.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 172 (67.58% from 255) = 37.15%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=21.81%
G=37.15%
B=41.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011721900.470.0900.25192.1340.6457.06
Hex65ACBE2F9019c02939
Octal14525427657110313005171
Binary11001011010110010111110101111100101100111000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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