#64BAC2

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

Shades of Fountain Blue #64BAC2

Tints of Fountain Blue #64BAC2

Color information

#64BAC2 (or 0x64BAC2) is unknown color: approx Fountain Blue. HEX triplet: 64, BA and C2. RGB value is (100,186,194). Sum of RGB (Red+Green+Blue) = 100+186+194=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 194 - color contains mainly: blue. Hex color #64BAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64BAC2 is #9B453D. Grayscale: #A1A1A1. Windows color (decimal): -10175806 or 12761700. OLE color: 12761700.

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

Color convert

RGB100186194-
CMYK0.480.0400.24
HSL185.11º43.52%57.65%-
HSV(B)185.11º48.45%76.08%-
XYZ32.5541.7257.38-
YUV161.2146.5184.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 186 (73.05% from 255) = 38.75%
BLUE value IS 194 (76.17% from 255) = 40.42%
R=20.83%
G=38.75%
B=40.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001861940.480.0400.24185.1143.5257.65
Hex64BAC2304018b92c3a
Octal1442723026040302715472
Binary1100100101110101100001011000010001100010111001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,186,194); }

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

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

 a { background-color: rgb(100,186,194); }

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

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

 span { border-color: rgb(100,186,194); }

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