#64BEC1

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

Shades of Fountain Blue #64BEC1

Tints of Fountain Blue #64BEC1

Color information

#64BEC1 (or 0x64BEC1) is unknown color: approx Fountain Blue. HEX triplet: 64, BE and C1. RGB value is (100,190,193). Sum of RGB (Red+Green+Blue) = 100+190+193=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #64BEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BEC1 is #9B413E. Grayscale: #A3A3A3. Windows color (decimal): -10174783 or 12697188. OLE color: 12697188.

HSL color Cylindrical-coordinate representation of color #64BEC1: hue angle of 181.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64BEC1 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100190193-
CMYK0.480.0200.24
HSL181.94º42.86%57.45%-
HSV(B)181.94º48.19%75.69%-
XYZ33.2943.3957.07-
YUV163.43144.6882.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 190 (74.61% from 255) = 39.34%
BLUE value IS 193 (75.78% from 255) = 39.96%
R=20.70%
G=39.34%
B=39.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001901930.480.0200.24181.9442.8657.45
Hex64BEC1302018b62b39
Octal1442763016020302665371
Binary110010010111110110000011100001001100010110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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