#64B2BE

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

Shades of Fountain Blue #64B2BE

Tints of Fountain Blue #64B2BE

Color information

#64B2BE (or 0x64B2BE) is unknown color: approx Fountain Blue. HEX triplet: 64, B2 and BE. RGB value is (100,178,190). Sum of RGB (Red+Green+Blue) = 100+178+190=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #64B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64B2BE is #9B4D41. Grayscale: #9B9B9B. Windows color (decimal): -10177858 or 12497508. OLE color: 12497508.

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

Color convert

RGB100178190-
CMYK0.470.0600.25
HSL188º40.91%56.86%-
HSV(B)188º47.37%74.51%-
XYZ30.4738.2754.5-
YUV156.05147.1688.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=21.37%
G=38.03%
B=40.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001781900.470.0600.2518840.9156.86
Hex64B2BE2F6019bc2939
Octal1442622765760312745171
Binary1100100101100101011111010111111001100110111100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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