#64B3C1

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

Shades of Fountain Blue #64B3C1

Tints of Fountain Blue #64B3C1

Color information

#64B3C1 (or 0x64B3C1) is unknown color: approx Fountain Blue. HEX triplet: 64, B3 and C1. RGB value is (100,179,193). Sum of RGB (Red+Green+Blue) = 100+179+193=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #64B3C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B3C1 is #9B4C3E. Grayscale: #9C9C9C. Windows color (decimal): -10177599 or 12694372. OLE color: 12694372.

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

Color convert

RGB100179193-
CMYK0.480.0700.24
HSL189.03º42.86%57.45%-
HSV(B)189.03º48.19%75.69%-
XYZ3138.856.31-
YUV156.98148.3387.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 193 (75.78% from 255) = 40.89%
R=21.19%
G=37.92%
B=40.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001791930.480.0700.24189.0342.8657.45
Hex64B3C1307018bd2b39
Octal1442633016070302755371
Binary1100100101100111100000111000011101100010111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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