#64B7C0

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

Shades of Fountain Blue #64B7C0

Tints of Fountain Blue #64B7C0

Color information

#64B7C0 (or 0x64B7C0) is unknown color: approx Fountain Blue. HEX triplet: 64, B7 and C0. RGB value is (100,183,192). Sum of RGB (Red+Green+Blue) = 100+183+192=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #64B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64B7C0 is #9B483F. Grayscale: #9F9F9F. Windows color (decimal): -10176576 or 12629860. OLE color: 12629860.

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

Color convert

RGB100183192-
CMYK0.480.0500.25
HSL185.87º42.2%57.25%-
HSV(B)185.87º47.92%75.29%-
XYZ31.740.3855.99-
YUV159.21146.585.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 192 (75.39% from 255) = 40.42%
R=21.05%
G=38.53%
B=40.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001831920.480.0500.25185.8742.257.25
Hex64B7C0305019ba2a39
Octal1442673006050312725271
Binary1100100101101111100000011000010101100110111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64B7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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