#65ABAC

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

Shades of Fountain Blue #65ABAC

Tints of Fountain Blue #65ABAC

Color information

#65ABAC (or 0x65ABAC) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and AC. RGB value is (101,171,172). Sum of RGB (Red+Green+Blue) = 101+171+172=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #65ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABAC is #9A5453. Grayscale: #969696. Windows color (decimal): -10114132 or 11316069. OLE color: 11316069.

HSL color Cylindrical-coordinate representation of color #65ABAC: hue angle of 180.85º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65ABAC is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101171172-
CMYK0.410.0100.33
HSL180.85º29.96%53.53%-
HSV(B)180.85º41.28%67.45%-
XYZ27.3834.8744.32-
YUV150.18140.3192.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.75%
GREEN value IS 171 (67.19% from 255) = 38.51%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=22.75%
G=38.51%
B=38.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711720.410.0100.33180.8529.9653.53
Hex65ABAC291021b51e36
Octal1452532545110412653666
Binary11001011010101110101100101001101000011011010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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