#64B5BA

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

Shades of Fountain Blue #64B5BA

Tints of Fountain Blue #64B5BA

Color information

#64B5BA (or 0x64B5BA) is unknown color: approx Fountain Blue. HEX triplet: 64, B5 and BA. RGB value is (100,181,186). Sum of RGB (Red+Green+Blue) = 100+181+186=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #64B5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B5BA is #9B4A45. Grayscale: #9D9D9D. Windows color (decimal): -10177094 or 12236132. OLE color: 12236132.

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

Color convert

RGB100181186-
CMYK0.460.0300.27
HSL183.49º38.39%56.08%-
HSV(B)183.49º46.24%72.94%-
XYZ30.6439.352.43-
YUV157.35144.1687.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=21.41%
G=38.76%
B=39.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1001811860.460.0300.27183.4938.3956.08
Hex64B5BA2E301Bb72638
Octal1442652725630332674670
Binary110010010110101101110101011101101101110110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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