#64BAB5

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

Shades of Fountain Blue #64BAB5

Tints of Fountain Blue #64BAB5

Color information

#64BAB5 (or 0x64BAB5) is unknown color: approx Fountain Blue. HEX triplet: 64, BA and B5. RGB value is (100,186,181). Sum of RGB (Red+Green+Blue) = 100+186+181=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 181 (71.09% from 255 or 38.76% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #64BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAB5 is #9B454A. Grayscale: #9F9F9F. Windows color (decimal): -10175819 or 11909732. OLE color: 11909732.

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

Color convert

RGB100186181-
CMYK0.4600.030.27
HSL176.51º38.39%56.08%-
HSV(B)176.51º46.24%72.94%-
XYZ31.1541.1650.02-
YUV159.72140.0185.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 181 (71.09% from 255) = 38.76%
R=21.41%
G=39.83%
B=38.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001861810.4600.030.27176.5138.3956.08
Hex64BAB52E031Bb12638
Octal1442722655603332614670
Binary110010010111010101101011011100111101110110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BAB5; }

 p { color: rgb(100,186,181); }

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

<style>
 a { background-color: #64BAB5; }

 a { background-color: rgb(100,186,181); }

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

<style>
 span { border-color: #64BAB5; }

 span { border-color: rgb(100,186,181); }

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