#65ABB3

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

Shades of Fountain Blue #65ABB3

Tints of Fountain Blue #65ABB3

Color information

#65ABB3 (or 0x65ABB3) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and B3. RGB value is (101,171,179). Sum of RGB (Red+Green+Blue) = 101+171+179=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 179 (70.31% from 255 or 39.69% from 451); Max value from RGB is 179 - color contains mainly: blue. Hex color #65ABB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABB3 is #9A544C. Grayscale: #969696. Windows color (decimal): -10114125 or 11774821. OLE color: 11774821.

HSL color Cylindrical-coordinate representation of color #65ABB3: hue angle of 186.15º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65ABB3 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB101171179-
CMYK0.440.0400.30
HSL186.15º33.91%54.9%-
HSV(B)186.15º43.58%70.2%-
XYZ28.0735.1547.95-
YUV150.98143.8192.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.39%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 179 (70.31% from 255) = 39.69%
R=22.39%
G=37.92%
B=39.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011711790.440.0400.30186.1533.9154.9
Hex65ABB32C401Eba2237
Octal1452532635440362724267
Binary1100101101010111011001110110010001111010111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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