#65B2BE

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

Shades of Fountain Blue #65B2BE

Tints of Fountain Blue #65B2BE

Color information

#65B2BE (or 0x65B2BE) is unknown color: approx Fountain Blue. HEX triplet: 65, B2 and BE. RGB value is (101,178,190). Sum of RGB (Red+Green+Blue) = 101+178+190=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B2BE is #9A4D41. Grayscale: #9C9C9C. Windows color (decimal): -10112322 or 12497509. OLE color: 12497509.

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

Color convert

RGB101178190-
CMYK0.470.0600.25
HSL188.09º40.64%57.06%-
HSV(B)188.09º46.84%74.51%-
XYZ30.5838.3354.5-
YUV156.34146.9988.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.54%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=21.54%
G=37.95%
B=40.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011781900.470.0600.25188.0940.6457.06
Hex65B2BE2F6019bc2939
Octal1452622765760312745171
Binary1100101101100101011111010111111001100110111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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