#65B0BA

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

Shades of Fountain Blue #65B0BA

Tints of Fountain Blue #65B0BA

Color information

#65B0BA (or 0x65B0BA) is unknown color: approx Fountain Blue. HEX triplet: 65, B0 and BA. RGB value is (101,176,186). Sum of RGB (Red+Green+Blue) = 101+176+186=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #65B0BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0BA is #9A4F45. Grayscale: #9A9A9A. Windows color (decimal): -10112838 or 12234853. OLE color: 12234853.

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

Color convert

RGB101176186-
CMYK0.460.0500.27
HSL187.06º38.12%56.27%-
HSV(B)187.06º45.7%72.94%-
XYZ29.7637.3652.1-
YUV154.72145.6589.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.81%
GREEN value IS 176 (69.14% from 255) = 38.01%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=21.81%
G=38.01%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011761860.460.0500.27187.0638.1256.27
Hex65B0BA2E501Bbb2638
Octal1452602725650332734670
Binary1100101101100001011101010111010101101110111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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