#65A9B6

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

Shades of Fountain Blue #65A9B6

Tints of Fountain Blue #65A9B6

Color information

#65A9B6 (or 0x65A9B6) is unknown color: approx Fountain Blue. HEX triplet: 65, A9 and B6. RGB value is (101,169,182). Sum of RGB (Red+Green+Blue) = 101+169+182=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 169 (66.41% from 255 or 37.39% from 452); Blue value is 182 (71.48% from 255 or 40.27% from 452); Max value from RGB is 182 - color contains mainly: blue. Hex color #65A9B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A9B6 is #9A5649. Grayscale: #969696. Windows color (decimal): -10114634 or 11970917. OLE color: 11970917.

HSL color Cylindrical-coordinate representation of color #65A9B6: hue angle of 189.63º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65A9B6 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB101169182-
CMYK0.450.0700.29
HSL189.63º35.68%55.49%-
HSV(B)189.63º44.51%71.37%-
XYZ2834.5249.44-
YUV150.15145.9792.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.35%
GREEN value IS 169 (66.41% from 255) = 37.39%
BLUE value IS 182 (71.48% from 255) = 40.27%
R=22.35%
G=37.39%
B=40.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011691820.450.0700.29189.6335.6855.49
Hex65A9B62D701Dbe2437
Octal1452512665570352764467
Binary1100101101010011011011010110111101110110111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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