#65ABB9

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

Shades of Fountain Blue #65ABB9

Tints of Fountain Blue #65ABB9

Color information

#65ABB9 (or 0x65ABB9) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and B9. RGB value is (101,171,185). Sum of RGB (Red+Green+Blue) = 101+171+185=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 185 (72.66% from 255 or 40.48% from 457); Max value from RGB is 185 - color contains mainly: blue. Hex color #65ABB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABB9 is #9A5446. Grayscale: #979797. Windows color (decimal): -10114119 or 12168037. OLE color: 12168037.

HSL color Cylindrical-coordinate representation of color #65ABB9: hue angle of 190º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65ABB9 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB101171185-
CMYK0.450.0800.27
HSL190º37.5%56.08%-
HSV(B)190º45.41%72.55%-
XYZ28.6935.451.22-
YUV151.67146.8191.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.10%
GREEN value IS 171 (67.19% from 255) = 37.42%
BLUE value IS 185 (72.66% from 255) = 40.48%
R=22.10%
G=37.42%
B=40.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011711850.450.0800.2719037.556.08
Hex65ABB92D801Bbe2638
Octal14525327155100332764670
Binary11001011010101110111001101101100001101110111110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,185); }

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

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

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

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

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

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

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