#64BEC0

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

Shades of Fountain Blue #64BEC0

Tints of Fountain Blue #64BEC0

Color information

#64BEC0 (or 0x64BEC0) is unknown color: approx Fountain Blue. HEX triplet: 64, BE and C0. RGB value is (100,190,192). Sum of RGB (Red+Green+Blue) = 100+190+192=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #64BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEC0 is #9B413F. Grayscale: #A3A3A3. Windows color (decimal): -10174784 or 12631652. OLE color: 12631652.

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

Color convert

RGB100190192-
CMYK0.480.0100.25
HSL181.3º42.2%57.25%-
HSV(B)181.3º47.92%75.29%-
XYZ33.1843.3456.49-
YUV163.32144.1882.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 192 (75.39% from 255) = 39.83%
R=20.75%
G=39.42%
B=39.83%

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
Decimal1001901920.480.0100.25181.342.257.25
Hex64BEC0301019b52a39
Octal1442763006010312655271
Binary11001001011111011000000110000101100110110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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