#65B9BF

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

Shades of Fountain Blue #65B9BF

Tints of Fountain Blue #65B9BF

Color information

#65B9BF (or 0x65B9BF) is unknown color: approx Fountain Blue. HEX triplet: 65, B9 and BF. RGB value is (101,185,191). Sum of RGB (Red+Green+Blue) = 101+185+191=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #65B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B9BF is #9A4640. Grayscale: #A0A0A0. Windows color (decimal): -10110529 or 12564837. OLE color: 12564837.

HSL color Cylindrical-coordinate representation of color #65B9BF: hue angle of 184º 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 #65B9BF is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB101185191-
CMYK0.470.0300.25
HSL184º41.28%57.25%-
HSV(B)184º47.12%74.9%-
XYZ32.1241.2355.55-
YUV160.57145.1785.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.17%
GREEN value IS 185 (72.66% from 255) = 38.78%
BLUE value IS 191 (75% from 255) = 40.04%
R=21.17%
G=38.78%
B=40.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011851910.470.0300.2518441.2857.25
Hex65B9BF2F3019b82939
Octal1452712775730312705171
Binary110010110111001101111111011111101100110111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,191); }

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

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

 a { background-color: rgb(101,185,191); }

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

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

 span { border-color: rgb(101,185,191); }

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