#65B5BE

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

Shades of Fountain Blue #65B5BE

Tints of Fountain Blue #65B5BE

Color information

#65B5BE (or 0x65B5BE) is unknown color: approx Fountain Blue. HEX triplet: 65, B5 and BE. RGB value is (101,181,190). Sum of RGB (Red+Green+Blue) = 101+181+190=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 181 (71.09% from 255 or 38.35% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B5BE is #9A4A41. Grayscale: #9D9D9D. Windows color (decimal): -10111554 or 12498277. OLE color: 12498277.

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

Color convert

RGB101181190-
CMYK0.470.0500.25
HSL186.07º40.64%57.06%-
HSV(B)186.07º46.84%74.51%-
XYZ31.1839.5354.7-
YUV158.1114687.27-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.40%
GREEN value IS 181 (71.09% from 255) = 38.35%
BLUE value IS 190 (74.61% from 255) = 40.25%
R=21.40%
G=38.35%
B=40.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011811900.470.0500.25186.0740.6457.06
Hex65B5BE2F5019ba2939
Octal1452652765750312725171
Binary1100101101101011011111010111110101100110111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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