#65B3BE

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

Shades of Fountain Blue #65B3BE

Tints of Fountain Blue #65B3BE

Color information

#65B3BE (or 0x65B3BE) is unknown color: approx Fountain Blue. HEX triplet: 65, B3 and BE. RGB value is (101,179,190). Sum of RGB (Red+Green+Blue) = 101+179+190=470 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.49% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #65B3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3BE is #9A4C41. Grayscale: #9C9C9C. Windows color (decimal): -10112066 or 12497765. OLE color: 12497765.

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

Color convert

RGB101179190-
CMYK0.470.0600.25
HSL187.42º40.64%57.06%-
HSV(B)187.42º46.84%74.51%-
XYZ30.7838.7254.57-
YUV156.93146.6688.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.49%
GREEN value IS 179 (70.31% from 255) = 38.09%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=21.49%
G=38.09%
B=40.43%

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
Decimal1011791900.470.0600.25187.4240.6457.06
Hex65B3BE2F6019bb2939
Octal1452632765760312735171
Binary1100101101100111011111010111111001100110111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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