#65B4BE

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

Shades of Fountain Blue #65B4BE

Tints of Fountain Blue #65B4BE

Color information

#65B4BE (or 0x65B4BE) is unknown color: approx Fountain Blue. HEX triplet: 65, B4 and BE. RGB value is (101,180,190). Sum of RGB (Red+Green+Blue) = 101+180+190=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B4BE is #9A4B41. Grayscale: #9D9D9D. Windows color (decimal): -10111810 or 12498021. OLE color: 12498021.

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

Color convert

RGB101180190-
CMYK0.470.0500.25
HSL186.74º40.64%57.06%-
HSV(B)186.74º46.84%74.51%-
XYZ30.9839.1354.63-
YUV157.52146.3387.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=21.44%
G=38.22%
B=40.34%

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
Decimal1011801900.470.0500.25186.7440.6457.06
Hex65B4BE2F5019bb2939
Octal1452642765750312735171
Binary1100101101101001011111010111110101100110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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