#65ABAF

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

Shades of Fountain Blue #65ABAF

Tints of Fountain Blue #65ABAF

Color information

#65ABAF (or 0x65ABAF) is unknown color: approx Fountain Blue. HEX triplet: 65, AB and AF. RGB value is (101,171,175). Sum of RGB (Red+Green+Blue) = 101+171+175=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #65ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABAF is #9A5450. Grayscale: #969696. Windows color (decimal): -10114129 or 11512677. OLE color: 11512677.

HSL color Cylindrical-coordinate representation of color #65ABAF: hue angle of 183.24º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65ABAF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB101171175-
CMYK0.420.0200.31
HSL183.24º31.62%54.12%-
HSV(B)183.24º42.29%68.63%-
XYZ27.6734.9945.85-
YUV150.53141.8192.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.60%
GREEN value IS 171 (67.19% from 255) = 38.26%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=22.60%
G=38.26%
B=39.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011711750.420.0200.31183.2431.6254.12
Hex65ABAF2A201Fb72036
Octal1452532575220372674066
Binary110010110101011101011111010101001111110110111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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