#64ABC0

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

Shades of Fountain Blue #64ABC0

Tints of Fountain Blue #64ABC0

Color information

#64ABC0 (or 0x64ABC0) is unknown color: approx Fountain Blue. HEX triplet: 64, AB and C0. RGB value is (100,171,192). Sum of RGB (Red+Green+Blue) = 100+171+192=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 192 - color contains mainly: blue. Hex color #64ABC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #64ABC0 is #9B543F. Grayscale: #989898. Windows color (decimal): -10179648 or 12626788. OLE color: 12626788.

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

Color convert

RGB100171192-
CMYK0.480.1100.25
HSL193.7º42.2%57.25%-
HSV(B)193.7º47.92%75.29%-
XYZ29.3335.6455.2-
YUV152.16150.4890.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.60%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=21.60%
G=36.93%
B=41.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001711920.480.1100.25193.742.257.25
Hex64ABC030B019c22a39
Octal14425330060130313025271
Binary11001001010101111000000110000101101100111000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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