#64B4BF

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

Shades of Fountain Blue #64B4BF

Tints of Fountain Blue #64B4BF

Color information

#64B4BF (or 0x64B4BF) is unknown color: approx Fountain Blue. HEX triplet: 64, B4 and BF. RGB value is (100,180,191). Sum of RGB (Red+Green+Blue) = 100+180+191=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #64B4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B4BF is #9B4B40. Grayscale: #9D9D9D. Windows color (decimal): -10177345 or 12563556. OLE color: 12563556.

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

Color convert

RGB100180191-
CMYK0.480.0600.25
HSL187.25º41.55%57.06%-
HSV(B)187.25º47.64%74.9%-
XYZ30.9839.1155.21-
YUV157.3314787.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 191 (75% from 255) = 40.55%
R=21.23%
G=38.22%
B=40.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001801910.480.0600.25187.2541.5557.06
Hex64B4BF306019bb2a39
Octal1442642776060312735271
Binary1100100101101001011111111000011001100110111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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