#65B1BF

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

Shades of Fountain Blue #65B1BF

Tints of Fountain Blue #65B1BF

Color information

#65B1BF (or 0x65B1BF) is unknown color: approx Fountain Blue. HEX triplet: 65, B1 and BF. RGB value is (101,177,191). Sum of RGB (Red+Green+Blue) = 101+177+191=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #65B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B1BF is #9A4E40. Grayscale: #9B9B9B. Windows color (decimal): -10112577 or 12562789. OLE color: 12562789.

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

Color convert

RGB101177191-
CMYK0.470.0700.25
HSL189.33º41.28%57.25%-
HSV(B)189.33º47.12%74.9%-
XYZ30.4937.9755.01-
YUV155.87147.8288.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.54%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 191 (75% from 255) = 40.72%
R=21.54%
G=37.74%
B=40.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011771910.470.0700.25189.3341.2857.25
Hex65B1BF2F7019bd2939
Octal1452612775770312755171
Binary1100101101100011011111110111111101100110111101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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