#65BEBE

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

Shades of Fountain Blue #65BEBE

Tints of Fountain Blue #65BEBE

Color information

#65BEBE (or 0x65BEBE) is unknown color: approx Fountain Blue. HEX triplet: 65, BE and BE. RGB value is (101,190,190). Sum of RGB (Red+Green+Blue) = 101+190+190=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #65BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEBE is #9A4141. Grayscale: #A3A3A3. Windows color (decimal): -10109250 or 12500581. OLE color: 12500581.

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

Color convert

RGB101190190-
CMYK0.47000.25
HSL180º40.64%57.06%-
HSV(B)180º46.84%74.51%-
XYZ33.0743.3155.33-
YUV163.39143.0183.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.00%
GREEN value IS 190 (74.61% from 255) = 39.50%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=21.00%
G=39.50%
B=39.50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901900.47000.2518040.6457.06
Hex65BEBE2F0019b42939
Octal1452762765700312645171
Binary11001011011111010111110101111001100110110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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