#64BFC0

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

Shades of Fountain Blue #64BFC0

Tints of Fountain Blue #64BFC0

Color information

#64BFC0 (or 0x64BFC0) is unknown color: approx Fountain Blue. HEX triplet: 64, BF and C0. RGB value is (100,191,192). Sum of RGB (Red+Green+Blue) = 100+191+192=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 192 - color contains mainly: blue. Hex color #64BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BFC0 is #9B403F. Grayscale: #A3A3A3. Windows color (decimal): -10174528 or 12631908. OLE color: 12631908.

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

Color convert

RGB100191192-
CMYK0.480.0100.25
HSL180.65º42.2%57.25%-
HSV(B)180.65º47.92%75.29%-
XYZ33.443.7856.56-
YUV163.9143.8582.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=20.70%
G=39.54%
B=39.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001911920.480.0100.25180.6542.257.25
Hex64BFC0301019b52a39
Octal1442773006010312655271
Binary11001001011111111000000110000101100110110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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