#65B6BE

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

Shades of Fountain Blue #65B6BE

Tints of Fountain Blue #65B6BE

Color information

#65B6BE (or 0x65B6BE) is unknown color: approx Fountain Blue. HEX triplet: 65, B6 and BE. RGB value is (101,182,190). Sum of RGB (Red+Green+Blue) = 101+182+190=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 182 (71.48% from 255 or 38.48% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B6BE is #9A4941. Grayscale: #9E9E9E. Windows color (decimal): -10111298 or 12498533. OLE color: 12498533.

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

Color convert

RGB101182190-
CMYK0.470.0400.25
HSL185.39º40.64%57.06%-
HSV(B)185.39º46.84%74.51%-
XYZ31.3939.9454.77-
YUV158.69145.6686.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.35%
GREEN value IS 182 (71.48% from 255) = 38.48%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=21.35%
G=38.48%
B=40.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011821900.470.0400.25185.3940.6457.06
Hex65B6BE2F4019b92939
Octal1452662765740312715171
Binary1100101101101101011111010111110001100110111001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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