#64B9BA

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

Shades of Fountain Blue #64B9BA

Tints of Fountain Blue #64B9BA

Color information

#64B9BA (or 0x64B9BA) is unknown color: approx Fountain Blue. HEX triplet: 64, B9 and BA. RGB value is (100,185,186). Sum of RGB (Red+Green+Blue) = 100+185+186=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #64B9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B9BA is #9B4645. Grayscale: #9F9F9F. Windows color (decimal): -10176070 or 12237156. OLE color: 12237156.

HSL color Cylindrical-coordinate representation of color #64B9BA: hue angle of 180.7º 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 #64B9BA is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB100185186-
CMYK0.460.0100.27
HSL180.7º38.39%56.08%-
HSV(B)180.7º46.24%72.94%-
XYZ31.4740.9552.7-
YUV159.7142.8485.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=21.23%
G=39.28%
B=39.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001851860.460.0100.27180.738.3956.08
Hex64B9BA2E101Bb52638
Octal1442712725610332654670
Binary11001001011100110111010101110101101110110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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