#64B1BF

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

Shades of Fountain Blue #64B1BF

Tints of Fountain Blue #64B1BF

Color information

#64B1BF (or 0x64B1BF) is unknown color: approx Fountain Blue. HEX triplet: 64, B1 and BF. RGB value is (100,177,191). Sum of RGB (Red+Green+Blue) = 100+177+191=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 177 (69.53% from 255 or 37.82% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #64B1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B1BF is #9B4E40. Grayscale: #9B9B9B. Windows color (decimal): -10178113 or 12562788. OLE color: 12562788.

HSL color Cylindrical-coordinate representation of color #64B1BF: hue angle of 189.23º 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 #64B1BF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100177191-
CMYK0.480.0700.25
HSL189.23º41.55%57.06%-
HSV(B)189.23º47.64%74.9%-
XYZ30.3837.9255.01-
YUV155.57147.9988.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 177 (69.53% from 255) = 37.82%
BLUE value IS 191 (75% from 255) = 40.81%
R=21.37%
G=37.82%
B=40.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001771910.480.0700.25189.2341.5557.06
Hex64B1BF307019bd2a39
Octal1442612776070312755271
Binary1100100101100011011111111000011101100110111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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