#64BABF

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

Shades of Fountain Blue #64BABF

Tints of Fountain Blue #64BABF

Color information

#64BABF (or 0x64BABF) is unknown color: approx Fountain Blue. HEX triplet: 64, BA and BF. RGB value is (100,186,191). Sum of RGB (Red+Green+Blue) = 100+186+191=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #64BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BABF is #9B4540. Grayscale: #A0A0A0. Windows color (decimal): -10175809 or 12565092. OLE color: 12565092.

HSL color Cylindrical-coordinate representation of color #64BABF: hue angle of 183.3º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BABF is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100186191-
CMYK0.480.0300.25
HSL183.3º41.55%57.06%-
HSV(B)183.3º47.64%74.9%-
XYZ32.2241.5955.62-
YUV160.86145.0184.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.96%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 191 (75% from 255) = 40.04%
R=20.96%
G=38.99%
B=40.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001861910.480.0300.25183.341.5557.06
Hex64BABF303019b72a39
Octal1442722776030312675271
Binary110010010111010101111111100001101100110110111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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