#64B9BE

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

Shades of Fountain Blue #64B9BE

Tints of Fountain Blue #64B9BE

Color information

#64B9BE (or 0x64B9BE) is unknown color: approx Fountain Blue. HEX triplet: 64, B9 and BE. RGB value is (100,185,190). Sum of RGB (Red+Green+Blue) = 100+185+190=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 185 (72.66% from 255 or 38.95% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #64B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B9BE is #9B4641. Grayscale: #A0A0A0. Windows color (decimal): -10176066 or 12499300. OLE color: 12499300.

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

Color convert

RGB100185190-
CMYK0.470.0300.25
HSL183.33º40.91%56.86%-
HSV(B)183.33º47.37%74.51%-
XYZ31.941.1254.97-
YUV160.16144.8485.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 185 (72.66% from 255) = 38.95%
BLUE value IS 190 (74.61% from 255) = 40%
R=21.05%
G=38.95%
B=40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001851900.470.0300.25183.3340.9156.86
Hex64B9BE2F3019b72939
Octal1442712765730312675171
Binary110010010111001101111101011111101100110110111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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