#64B2BF

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

Shades of Fountain Blue #64B2BF

Tints of Fountain Blue #64B2BF

Color information

#64B2BF (or 0x64B2BF) is unknown color: approx Fountain Blue. HEX triplet: 64, B2 and BF. RGB value is (100,178,191). Sum of RGB (Red+Green+Blue) = 100+178+191=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #64B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2BF is #9B4D40. Grayscale: #9C9C9C. Windows color (decimal): -10177857 or 12563044. OLE color: 12563044.

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

Color convert

RGB100178191-
CMYK0.480.0700.25
HSL188.57º41.55%57.06%-
HSV(B)188.57º47.64%74.9%-
XYZ30.5838.3155.07-
YUV156.16147.6687.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 178 (69.92% from 255) = 37.95%
BLUE value IS 191 (75% from 255) = 40.72%
R=21.32%
G=37.95%
B=40.72%

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
Decimal1001781910.480.0700.25188.5741.5557.06
Hex64B2BF307019bd2a39
Octal1442622776070312755271
Binary1100100101100101011111111000011101100110111101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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